-
- Downloads
[FIX] tools: do not overwrite view priority on update
In some cases, users change the sequence of base views in order to have one applied before the other e.g. when there is two inherited views doing ``` <tree position="inside"> ... </tree> ``` The priority of the views will have an impact on the fields order in the tree. On update, the change of priority done by the users was overwritten, even if the priority of the view was not defined in the XML code of the view. The priority of the views should be overwritten only in the case were the priority of the view is specifically set in its definition. opw-688470
Please register or sign in to comment