Using FF
Go to a folderish document
Select all in table view
Execute a custom action
Sample UI contribution
<!-- Contribution of element 'nuxeo-operation-button' for slot 'RESULTS_SELECTION_ACTIONS' --> <nuxeo-slot-content name="approve" slot="RESULTS_SELECTION_ACTIONS" order="3"> <template> <nuxeo-operation-button icon="icons:spellcheck" label="Approve" show-label="true" operation="approve" input="[[selection]]" event="refresh-display"></nuxeo-operation-button> </template> </nuxeo-slot-content>
Sample chain
- Context.FetchDocument - Document.FollowLifecycleTransition: value: approve
=> Once action is executed you lose the display of the results selection actions so you can't trigger another action anymore
Expected: you should be able to trigger another action afterwards since the selection is kept
Note: if the action fails, results selection actions are still available. It only disappears if the action completes successfully.
- is related to
-
NXDOC-2366 Improve refresh-display event documentation
- Resolved
-
WEBUI-298 Select all documents from a results listing
- Resolved
-
NXS-6427 Configure custom actions compatible with select all
- Resolved
- Is referenced in