Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
empire-db-2.4.7
-
None
Description
When you update the options for a column in a record (e. g. in an ajax call) the option in the SelectInputControl won't be updated, if the value is the same. So the options description is kept forever.
A fix may be to change line 192 to
if (ObjectUtils.compareEqual(ov, oe.getValue()) && ObjectUtils.compareEqual(si.getItemLabel(), oe.getText()))