ObjectEdit.vm: html-select field must show currently selected value
Fixed
Description
object.displayEdit is used in celTemplates/ObjectEdit.vm on line 245. It does not add the current value to the options in the dropdown as selected option if this value is not present in the drop down values. This results that the editor opens with the first value showing up as selected.
First problem: saving the editor leads to a possibly unwanted change of the given field. Second problem: the given field cannot be explicitly changed to the preselected value because the editor does not recognize this change if no other field is changed at the same time.
object.displayEdit is used in celTemplates/ObjectEdit.vm on line 245. It does not add the current value to the options in the dropdown as selected option if this value is not present in the drop down values. This results that the editor opens with the first value showing up as selected.
First problem: saving the editor leads to a possibly unwanted change of the given field.
Second problem: the given field cannot be explicitly changed to the preselected value because the editor does not recognize this change if no other field is changed at the same time.