In layout build, when the block titles are the same, the blocks with the same name are lost after import.

Created on 17 June 2024, 8 months ago
Updated 17 July 2024, 7 months ago

When entities depend on each other, the import of the block will perform a cleanup operation in Drupal\acquia_contenthub\EventSubscriber\CleanupStubs\LayoutBuilderInlineBlockStubCleanup::deleteDuplicatedBlockEntity, and the block will be deleted if the title is duplicated.

1. Enter the node creation page
2. Enter a title
3. Add Url Alias to node (required, at this time the entities of node and alias will depend on each other)
4. Save Node
5. Enter the layout build interface
6. Add inline block A, Enter title: 'inline block'
7. Add inline block B, Enter title: 'inline block'
8. Save layout
9. Share the node to the subscriber site
10. Enter the layout build interface again
12. Edit inline block A
13. Edit inline block B
14. Save layout
15. Share the node again to Subscriber site

🐛 Bug report
Status

Fixed

Version

3.4

Component

Code

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024