This issue is still present.
I've created a new approach to solve this error: https://git.drupalcode.org/project/group_content_menu/-/merge_requests/34
Here the patch file.
tonibarbera โ made their first commit to this issueโs fork.
I've tested installed on Drupal 10.3.1 and the patch #3 layout_builder_st-plugin-not-found-3463435-3.patch fixes the error.
This error is still present in Drupal 10.3.1
Rerolled for the version 8.x-1.8
Rerolled for 8.x-2.0-beta1
The patch doesnยดt apply to Drupal 10.3.1. Rerolled the patch for that version
I've rerolled the #50 patch for the Drupal 10.3.1 version
Rerolled for 10.3.1
Rerolled the patch for the 10.3.1 branch
I've rerolled the #13 patch for Drupal 10.3.1.
Rerolled against 10.3.1. Tested only with 10.3.1
I've updated the constructor. It should work now with Drupal 10.3
tonibarbera โ made their first commit to this issueโs fork.
I am working on a feature that requires this patch.
The provided solution here does not allow you to select the view from the field configuration menu.
Therefore, I'm pushing here a simple patch that provides a contextual menu in the field configuration that allows selecting the default view and applying it in the media modal window.
I've created a patch to have context in the NavigationBlock.
tonibarbera โ made their first commit to this issueโs fork.
Added new commit to fix the error:
Drupal\Core\Entity\Query\QueryException: Entity queries must explicitly set whether the query should be access checked or not. See Drupal\Core\Entity\Query\QueryInterface::accessCheck(). in Drupal\Core\Entity\Query\Sql\Query->prepare() (line 141 of core/lib/Drupal/Core/Entity/Query/Sql/Query.php).
I've merged the changes in src/Controller/GroupWebformController.php from the issue 3214003.
For more info: the error was related to the contrib module bootstrap4_modal. It adds the a JS library that is in conflict in our project with the Drupal 10.1.x Modal libraries.
Closing this issue. Checked in a Drupal without any contrib module and is not reproducible and works fine.
The MR was updated to solve a Javascript encoding typo.
Here the patch and the interdiff
I can't find a way to reproduce the error only with core modules, but the JS in that file has an error, present in Drupal 10.2.x and Drupal 11:
262 $(window).on('dialog:aftercreate', (e, dialog, $element, settings) => {
263 $element.on('click.dialog', '.dialog-cancel', (e) => {
264 dialog.close('cancel');
265 e.preventDefault();
266 e.stopPropagation();
267 });
268 });
dialog is not passed to the function definition
Here the patch to solve this error.
tonibarbera โ created an issue.
This is an error dependent on issue: 3166181. I'm closing this one.
tonibarbera โ created an issue.
Sorry for my mistake: The previous patch is not correct, here the complete patch and the interdiff for 4.1 brach running with Drupal 10.1.x
I've updated this patch for Drupal 10. Here the patch and the interdiff.
tonibarbera โ made their first commit to this issueโs fork.
This is an error related to issue: 3166181, please close this one.
tonibarbera โ created an issue.
Here the patch for D10 with CKEditor 4
tonibarbera โ created an issue.
Here is the patch for version 2.0.0
tonibarbera โ created an issue.
I've rerolled a new patch that works on Drupal 10, based on the issue: 3287825.
Here is the new patch and the interdiff.
Rerolled patch for Drupal 10.1.5 and the interdiff
Rerolled the MR for Drupal 10.1.5 and attached interdiff.
tonibarbera โ made their first commit to this issueโs fork.
tonibarbera โ made their first commit to this issueโs fork.
Sorry, this is the correct patch:
Tested with PHP8.2, group_media 8.x-2.x, and drupal/core 10.1.5
Provided a patch tested by group_media 8.x-2.x and drupal/core 10.1.5
tonibarbera โ made their first commit to this issueโs fork.
Here a patch for the url_embed version 2.0.0-alpha1
This patch includes the current MR changes. Tested in Drupal 10.1.5 and bootstrap_barrio 5.5.14
Ok, then I've updated the MR with this ticket fix and I'm providing a new patch version.
The solution provided by the user sarwan_verma is not correct. Is not fixing the reported problem in this ticket and it modified lines that are not related to this ticket at all.
I'm providing a correct fix.
tonibarbera โ created an issue.
tonibarbera โ made their first commit to this issueโs fork.
tonibarbera โ made their first commit to this issueโs fork.
tonibarbera โ made their first commit to this issueโs fork.
tonibarbera โ made their first commit to this issueโs fork.
tonibarbera โ made their first commit to this issueโs fork.
tonibarbera โ created an issue.
tonibarbera โ made their first commit to this issueโs fork.
tonibarbera โ made their first commit to this issueโs fork.