Added latest patch compatible with 10.x.
Patch is not working with 8.x-1.4, so generated new patch file (no logical change, only generated compatible patch) .
Here is patch.
I can reproduce same issue: Custom roles like (editor, author) on drush deploy :
1: Roles removed
2: Then again role created as config files exits for roles during deploy process. But this causes issue that for users role assignment has been removed as in first stpe of deploy roles are deleted.
Steps to reproduce :
1: Update D9 to D10
2: Manually edit core.extension.yml and remove entity_browser
3: Execute drush deploy -y this will uninstall EB module and result above issue.
Thanks!!
I found by default I was getting $form.data('bef-auto-submit-delay') = 'undefined' for very first auto-submit of form field, if multiple exposed form exists on page. And causing configurable value is not applied for first auto submit and default delay is set 500 instead of configured value.
So passed default delay using drupalSettings.
Here is patch :
Here is the patch:
Krishna Mishra โ created an issue.
Hi, If you are using group module try this patch.
https://www.drupal.org/project/group/issues/3071489
๐
Incorrect Access Check on Media Library
RTBC
Here is patch.
Krishna Mishra โ created an issue.
Krishna Mishra โ created an issue.
Krishna Mishra โ made their first commit to this issueโs fork.
Patch is not applying with 2.x version. Here is compatible patch.