1006003 - UI - add conditional styles for fields
Description
Sponsored by TrekGlobal here is the design:
Add a table AD_Style
Add AD_FieldStyle_ID and AD_LabelStyle_ID to AD_Field
Add the same in window customization so it can be modified for tenants
Add detail table AD_StyleAttribute with the following columns:
StyleString
DisplayLogic (if empty applies as default)
Theme (if empty applies as default)
Sequence (order of evaluation for display logic)
Environment
Activity
Hi - I changed the style from:
background-color : yellow!important;
to
background-color : yellow;
Â
And it works fine - so I think is about the wrong style.
Regards,
Carlos Ruiz
I verified on https://test.idempiere.org/ and getting the same issue.
Works fine with Grid View
But when we open record for edit, CSS not get impacted
Hi - please check if your finding is reproducible in latest version (you can check in the test sites). If it is you can check with community in forums with steps to reproduce the issue.
After applying this patch, I am able to see css impact on Grid view only. When I open a record for edit css is not impacted.