Problem/Motivation
layout_builder_entity_type_alter() sets the layout_builder form class, but does not check if one is set first.
Proposed resolution
Check before overwriting.
Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
| Comment | File | Size | Author |
|---|---|---|---|
| #11 | Screenshot 2023-01-10 at 1.20.23 PM.png | 113.28 KB | kunalgautam |
| #2 | 3068212-layoutform-2.patch | 758 bytes | tim.plunkett |
Comments
Comment #2
tim.plunkettComment #4
tim.plunkettComment #11
kunalgautam commented#2 is working fine for Drupal version 10.1.x
Comment #12
sahilgidwani commentedChecked and applied patch it is working for 10.1.x
Comment #13
tim.plunkettStill needs automated test coverage
Comment #14
sahilgidwani commented@tim.plunkett automated test passed successfully for Drupal 10.1.x, therefore updating its status.
Comment #15
tim.plunkettSorry for not being clear. This needs new tests to be written to prevent a regression.