- First commit to issue fork.
- @bernardm28 opened merge request.
- 🇺🇸United States bernardm28 Tennessee
Rerolls the patch to make it compatible with 9.5
- @bernardm28 opened merge request.
- First commit to issue fork.
- Status changed to Needs review
almost 2 years ago 5:02pm 1 May 2023 - last update
almost 2 years ago Patch Failed to Apply - last update
almost 2 years ago Custom Commands Failed - Status changed to Needs work
almost 2 years ago 11:02pm 5 May 2023 - 🇺🇸United States smustgrave
Was previously tagged for tests which still need to happen.
Also issue summary could use some updating.
Thanks.
- 🇮🇳India zeeshan_khan
@weseze - Please provide interdiff
Also we need a re-roll for 11.x - last update
about 1 year ago 26,092 pass, 1,820 fail Patches here aren't working for me with a setup like this:
<div class="layout-builder__region js-layout-builder-region layout__region layout__region--content"> <div class="js-layout-builder-block layout-builder-block contextual-region">Block 1</div> <div class="js-layout-builder-block layout-builder-block contextual-region">Block 2</div> <div class="js-layout-builder-block layout-builder-block contextual-region">Block 3</div> <div class="my-custom-wrapper-here"> <div class="js-layout-builder-block layout-builder-block contextual-region">Block 4</div> <div class="js-layout-builder-block layout-builder-block contextual-region">Block 5</div> </div> </div>
It sounds like I should expect to be able to drag and drop 'Block 4' and 'Block 5' around after applying some of the patches here, however I am unable to.
From the original post:
The Drag-and-drop reordering doesn't work because the selector takes instead of .
Is something incorrect with my formatting perhaps? Seems like what I have should work?
- 🇫🇷France Grimreaper France 🇫🇷
Hi,
Thanks for all the work done on this issue.
Patch from comment 44 applies on Core 10.3.1 and fixes the issue for me. I have a layout with multiple levels of nesting mixed with other sections with "standards" layouts and now it works perfectly.
https://git.drupalcode.org/project/ui_suite_bootstrap/-/blob/5.0.x/templ...
Where:
-<div{{ attributes.addClass('accordion-item') }}>
is the region div.
-{{ content }}
is the region content - 🇮🇳India heykarthikwithu Bengaluru 🌍
#44 was not working in my case, made change suggested in #47, works for me (attached the patch)