10-13-2014 11:40 AM
Hello,
how do I disable some options WorkList?
For example Paste in current folder , Export to XML
11-13-2015 05:03 AM
Old question, but if anyone were to need an answer:
These "options" are buttons, therefore they are actions, defined by the action extension point.
The "Paste in current folder" is defined by this action:
<action icon="/icons/action_paste_all.gif" id="WORKLIST_PASTE" label="command.clipboard.pasteAll" link="#{clipboardActions.pasteWorkingList}">
<category>DEFAULT_LIST</category>
<category>CLIPBOARD_LIST</category>
<filter-id>canPasteCurrentWorkList</filter-id>
</action>
To disable it, two possibilities:
For the other options, you just have to find the right action.
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.