🇭🇺Hungary @peter_serfozo

Account created on 12 September 2016, over 8 years ago
#

Recent comments

🇭🇺Hungary peter_serfozo

To ensure this works, you must use drupal/group version 2.3.0 or higher, as Drupal\group\Plugin\Attribute\GroupRelationType was introduced in https://www.drupal.org/node/3427552 and this commit
https://git.drupalcode.org/project/group/-/commit/2fb03f355d4ec325dad009...

In other words, drupal/grequest versions from 2.3.0 are only compatible with drupal/group 2.3.0 or later.
Therefore, the drupal/group requirement in the grequest's composer.json should be "drupal/group": "^2.3" instead of "drupal/group": "^2.0".

🇭🇺Hungary peter_serfozo

Hi! I have fixed the number of arguments in the constructor of Drupal\message_notify\Plugin\Notifier\Manager and renamed the alter hook to use the plugin's name (like in other contribs or core modules).

🇭🇺Hungary peter_serfozo

If the focus is on another field (for example a text field) before opening the entity browser modal & closing it by submitting its form, the page is scrolled to the previously focused page element. To prevent it, we can add .focus() before triggering the .click().

🇭🇺Hungary peter_serfozo

The most recent patch file generated from the MR if someone needs persistent patch content

🇭🇺Hungary peter_serfozo

I created a patch to make the module D10 compatible using composer lenient considering https://www.drupal.org/project/layout_builder_browser/issues/3341931 🐛 After upgrade to D10 I encounter AJAX issue "Call to undefined method Drupal\layout_builder_browser\Controller\BrowserController::getAvailableContexts()" Fixed
I added the missing accessCheck() calls too.

🇭🇺Hungary peter_serfozo

https://www.drupal.org/project/features has no D10 release yet but it locks config_update version to 8.x-1
So I upload a patch that can be used together with the drupal/features patch and lenient to make both modules D10 compatible at the same time.

Production build 0.71.5 2024