-
Type: Bug
-
Status: Resolved
-
Priority: Critical
-
Resolution: Fixed
-
Affects Version/s: 2.2.3, 2.3.1
-
Component/s: Actions
-
Tags:
-
Backlog priority:900
-
Browser:
-
Sprint:nxGang Sprint 10.2.1
This bug may have been introduced by ELEMENTS-558 (2.2.3 in HF03)
Step to reproduce:
- In Designer > UI > Actions, add a new Operation with the following configuration
- Name: myOperation
- Available: enabled
- Slot: Document Actions
- Order: 1
- icon: icons:question-answer
- label: My Operation
- In Nuxeo, add a user to the group nuxeo_grp
- Log in with this user
- Check that the operation is visible in Document Actions slot
- In Designer, update the operation to add
- Membership of: nuxeo_grp
- Reload Nuxeo with this change
=> The operation is not visible any more whereas the user belongs to the group nuxeo_grp
Code from the operation
<nuxeo-slot-content name="myOperation" slot="DOCUMENT_ACTIONS" order="1" > <template> <nuxeo-filter group="nuxeo_grp" user="[[user]]"> <template> <nuxeo-operation-button icon="icons:question-answer" label="My Operation"></nuxeo-operation-button> </template> </nuxeo-filter> </template> </nuxeo-slot-content>
- is related to
-
ELEMENTS-558 Check rendering speed of nuxeo-slot and nuxeo-filter
- Resolved