The last submitted patch, 34: layout-builder-translation-issue-3101231-34.patch, failed testing. View results →
- Status changed to Needs work
almost 2 years ago 11:58pm 30 January 2023 The Needs Review Queue Bot → tested this issue. It either no longer applies to Drupal core, or fails the Drupal core commit checks. Therefore, this issue status is now "Needs work".
Apart from a re-roll or rebase, this issue may need more work to address feedback in the issue or MR comments. To progress an issue, incorporate this feedback as part of the process of updating the issue. This helps other contributors to know what is outstanding.
Consult the Drupal Contributor Guide → to find step-by-step guides for working with issues.
- last update
over 1 year ago Custom Commands Failed - last update
about 1 year ago Custom Commands Failed - last update
about 1 year ago Custom Commands Failed - 🇬🇧United Kingdom webfaqtory
I have the patch for " Allow synced Layout override Translations: translating labels and inline blocks 📌 Allow synced Layout override Translations: translating labels and inline blocks Needs work " 2946333-d10-307.patch installed and there was no configure block icon when hovering over the block when using my 3101231-D10.patch.
I have fixed the missing $args['route_parameters'] (they are availabe in $contextual_links['layout_builder_block_translation'] or $contextual_links['layout_builder_inline_block_translation']) and everything now works.
Not sure that this is the best place for this fix so have also posted in the "Allow synced Layout override Translations: translating labels and inline blocks" issue queue. But it is here if anyone else has this problem.
Credits to Gauravvvv → , but added the patch to the wrong issue:
I have fixed the cc failure, added use statement for ClientException and updated elseif condition, Attached patch and interdiff for same
- last update
11 months ago Build Successful - 🇧🇪Belgium michaelsoetaert
Just as comment #36 🐛 Fix multilingual site's layout edit context issue with TypeError: Argument 1 passed to UrlHelper::buildQuery() must be of the type array, null given Needs work , I use a patch from Admin toolbar and contextual links should always be rendered in the admin language (if set) 🐛 Admin toolbar and contextual links should always be rendered in the admin language (if set) Needs work and just encountered this issue. I've rerolled the patch from comment #44 🐛 Fix multilingual site's layout edit context issue with TypeError: Argument 1 passed to UrlHelper::buildQuery() must be of the type array, null given Needs work to apply on the (latest) MR #4604.