- Issue created by @iamweird
- Merge request !66Issue #3468298: Fix background color not updated instantly when changed in Configure section drawer → (Open) created by iamweird
- 🇷🇺Russia iamweird
I'm not sure if old check of
$group_elements['background_image']
and$group_elements['background_video']
for empty string is ever valid or should be preserved for a historical reason e.g. to make layouts made with previous versions work correctly.However, I decided to change check here to
is_numeric
instead of comparison with empty string to better reflect actual expectation of a media ID. Advice on this matter is welcome from anyone who knows the module architecture well. - Status changed to Needs review
3 months ago 11:30am 15 August 2024