Hi,
I’ve had some specific icon property configuration set but after the update from 6.7 to 6.8.4, this configuration is no longer applied. I did see some release notes regarding the changed DOM of icons on buttons but cannot explain what is happening now.
The properties that I’m referring to are located in the halo-theme.properties and were previously set to:
actions.Add.icon=font-icon:PLUS
actions.Create.icon=font-icon:PLUS
actions.Edit.icon=
actions.Remove.icon=
actions.Refresh.icon=
This worked fine. Trying to find out what was wrong, I found that these properties might have changed (according to Appendix B: Application Properties - CUBA Platform. Developer’s Manual). So I added this configuration:
cuba.web.icons.create.png = PLUS
cuba.web.icons.add.png = PLUS
cuba.web.icons.edit.png =
cuba.web.icons.remove.png =
cuba.web.icons.refresh.png =
But it didn’t change a thing, the button still show the default icons. Is this a bug or am I supposed to do things differently?