Support from Acquia helps fund testing for Drupal Acquia logo

Comments

abhisekmazumdar created an issue. See original summary.

abhisekmazumdar’s picture

Version: » 8.x-1.x-dev
abhisekmazumdar’s picture

Title: While removing the block in layout builder the respective js/css file should be deleted. » While removing the block/section in layout builder the respective js/css file should be deleted
Status: Active » Needs review
FileSize
3.38 KB
abhisekmazumdar’s picture

FileSize
3.43 KB
937 bytes

Some coding standard fixes.

abhisekmazumdar’s picture

Status: Needs review » Needs work
hash6’s picture

@abhisek
We need to remove the Assets when Layout Builder Entity is saved permanently (when user clicks on Save Layout). Until then we should not allow assets to be removed.

abhisekmazumdar’s picture

@hash6
Thanks for the suggestion, I'm working on the changes.

abhisekmazumdar’s picture

Status: Needs work » Needs review
FileSize
21.38 KB
22.05 KB

With this new patch the following changes will be added:

  • The Assets(css/js) will be deleted when the layout is saved and when the node itself is deleted.
  • Restructured the component additional data.
hash6’s picture

Assigned: abhisekmazumdar » Unassigned
Status: Needs review » Fixed

  • abhisekmazumdar authored 6cb40b5 on 8.x-1.x
    Issue #3095297 by abhisekmazumdar: While removing the block/section in...
hash6’s picture

Status: Fixed » Closed (fixed)
hash6’s picture