02-16-2014 01:19 PM
Hello I created a studio project,i use a button to add a facet to a document. When the document has the facet a tab that must appears , The problem that, when I clik on the button and I give my document a facet the tab is not displayed, I must go back (parent) and return to the document to see the new tab. in my chain associate with my button ,I just put a user interface > refresh but it does not work.
02-19-2014 02:25 PM
hello,
I think the UI Refresh operation could be improved to add the reset of document tabs. Now you have to add an operation in your chain to force this reset. Add a Run Script op with this code:
org.nuxeo.ecm.automation.jsf.OperationHelper.getWebActions().resetTabList();
Cheers, Thierry
02-19-2014 02:25 PM
hello,
I think the UI Refresh operation could be improved to add the reset of document tabs. Now you have to add an operation in your chain to force this reset. Add a Run Script op with this code:
org.nuxeo.ecm.automation.jsf.OperationHelper.getWebActions().resetTabList();
Cheers, Thierry
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.