Hi
In our project, all entity editors open read-only by default, the user has to click on “enable edit” to change something.
Currently Table have “edit” and “view” action types, where the later will open the editor in read-only mode, so we use “view” action everywhere.
For PickerField
and LookupPickerField
one cannot do so. There is a “picker_open” action linked to OpenAction
but no “picker_view” action that would be linked to ViewAction
.
Alternatively a simple “readonly” boolean parameter for the picker_open action that we could set in the xml descriptor would do the trick. At the price of a small inconsistency with actions available in a Table.
That would be an interesting addition.
Regards
Michael