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".
Bases on #22. If there are no bundles selected then all are allowed.
Instead of using the `aria-label` attribute, adding the `title` attribute, following the approach in core: https://git.drupalcode.org/project/drupal/-/blob/10.3.14/core/modules/me...
peter_serfozo → created an issue.
The error is reproducible, a patch from the MR
Add aria-label
to the <iframe>
tag
peter_serfozo → created an issue.
For D10/D11
Patch from the latest MR, tested.
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).
benjifisher → credited peter_serfozo → .
Reroll
10.3 compatible
Reroll for 10.3 without tests
peter_serfozo → created an issue.
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()
.
peter_serfozo → created an issue.
peter_serfozo → created an issue.
The most recent patch file generated from the MR if someone needs persistent patch content
D10 compatible version (accessCheck() added)
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.
Here is a patch for version 8.x-1.x
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.
peter_serfozo → created an issue.
peter_serfozo → created an issue.
peter_serfozo → created an issue.
peter_serfozo → created an issue.
peter_serfozo → created an issue.