Problem/Motivation
When you define an extra classe, it does not save
Steps to reproduce
Set a class in a section and edit again.
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 3252210-3.patch | 803 bytes | gidel |
Comments
Comment #2
eme commentedIn ui_styles_layout_builder.modules, line 176, we should change
$formState->getValue('_ui_styles_extra')
into
$formState->getValue('ui_style')['_ui_styles_extra']
Comment #3
grimreaperThanks!
A colleague will upload a patch.
I will merge it during the week.
Comment #4
gidel commentedHello,
Here is the patch for the comment #2.
Thanks for the review.
Comment #5
grimreaperComment #7
grimreaper