-
-
Notifications
You must be signed in to change notification settings - Fork 23
Image Group Element - Border Radius resetting on edit. #996
Copy link
Copy link
Closed
Description
From Discord:- There is also an issue in the IMAGEGROUP element where the Widget Styles - Border Radius field is not being populated, thus causing the field to be re-entered every time the element is edited
.
.
felixkat — Yesterday at 17:04
Just had a quick look at this. I believe the issue above is due to a conflict somewhere. Changing the XML, (imagegroup,xml), name from 'border_radius' to 'image_group_border_radius' and the relevant line in imagegroup.php seems to fix the problem. - $border_radius = $params->get('image_group_border_radius', '');
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
Done

