πŸ‡¦πŸ‡ΉAustria @aurelianzaha

Account created on 15 May 2018, over 6 years ago
#

Merge Requests

More

Recent comments

πŸ‡¦πŸ‡ΉAustria aurelianzaha

@larowlan
It would be great to backport the MR also to 10.3
if there is a way I can help on that, let me know

πŸ‡¦πŸ‡ΉAustria aurelianzaha

Create a MR out of the patch
https://www.drupal.org/project/drupal/issues/3080634#comment-14357338 πŸ› Catch EarlyRendering Exception for REST-Resources Needs work

πŸ‡¦πŸ‡ΉAustria aurelianzaha

I would propose a slightly different approach, by marking the file with locale_translation_update_file_history() instead of locale_translation_status_save()

The patch attached

πŸ‡¦πŸ‡ΉAustria aurelianzaha

Patch https://www.drupal.org/project/drupal/issues/3080634#comment-14357338 πŸ› Catch EarlyRendering Exception for REST-Resources Needs work applies to 10.2 as well and working fine

πŸ‡¦πŸ‡ΉAustria aurelianzaha

for some reason, I was not able to push the changes to the fork, attached the patch

πŸ‡¦πŸ‡ΉAustria aurelianzaha

attached is the patched re-rolled against 6.0.x

πŸ‡¦πŸ‡ΉAustria aurelianzaha

I was trying to reroll the patch the the fork, but failed to do it
attached is the re-roll against the latest 6.0.x

πŸ‡¦πŸ‡ΉAustria aurelianzaha

aurelianzaha β†’ made their first commit to this issue’s fork.

πŸ‡¦πŸ‡ΉAustria aurelianzaha

Hi,

I was able to reproduce the issue when having a view with 50+ items (or whatever the limit of the pager is) and having the sticky header option for the table.

This results in having 2 'select all' checkbox elements
and the JS event listener is attached only to the first one
tableSelectAll[index] = $(this).find('.select-all input').first();
which is the checkbox from the sticky header

MR created https://git.drupalcode.org/project/views_bulk_operations/-/merge_request...

πŸ‡¦πŸ‡ΉAustria aurelianzaha

@drunken-monkey do you want maybe to make a new release that works width Drupal 10?

πŸ‡¦πŸ‡ΉAustria aurelianzaha

+1 to merge this and make a new release

πŸ‡¦πŸ‡ΉAustria aurelianzaha

thanks @drunken-monkey for the feedback

the re-ordering ->accessCheck(FALSE) has the purpose to silent the errors created by https://www.drupal.org/project/upgrade_status β†’ when checking the D10 compatibility of the module (see screenshot)
if you don't agree with those changes I can revert them

fixed the assert as well

πŸ‡¦πŸ‡ΉAustria aurelianzaha

aurelianzaha β†’ made their first commit to this issue’s fork.

πŸ‡¦πŸ‡ΉAustria aurelianzaha

thanks for the feedback ranjith_kumar_k_u and smustgrave

in my case, the field is used to define the unpublishing date of a node (another use case would be a birthday field)
leaving empty means the node won't be unpublished (automatically)

I understand that the widget was designed to work this way, so I would create a custom widget for my use case

Production build 0.71.5 2024