- Issue created by @leo liao
- last update
8 months ago Composer require failure - Status changed to Fixed
8 months ago 3:17am 3 July 2024 Automatically closed - issue fixed for 2 weeks with no activity.
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
Fixed
3.4
Code
Automatically closed - issue fixed for 2 weeks with no activity.