-
Type: Bug
-
Status: Resolved
-
Priority: Critical
-
Resolution: Fixed
-
Affects Version/s: 3.14.0, 3.15.0
-
Component/s: User Actions
-
Tags:
-
Sprint:NOS 11.1.13 - 2019-07 2
-
Story Points:2
In Studio Designer
- Create a button
- Set an icon property
- Save
=> Icon disappears
Result in bundle file:
<!-- Contribution of element 'nuxeo-operation-button' for slot 'DOCUMENT_ACTIONS' --> <nuxeo-slot-content name="youpi" slot="DOCUMENT_ACTIONS" order="1"> <template> <nuxeo-operation-button label="yoyoyoyo" operation="Document.GetParent" input="[[document]]" event="document-updated"></nuxeo-operation-button> </template> </nuxeo-slot-content>
Expected: icon property should be kept after a save