From Studio, I configure a filter so that the "history" tab is not displayed for one given tab. The following contribution is generated:
<action id="TAB_CONTENT_HISTORY">
<filter id="news.deny.tab_content_history">
<rule grant="false">
<type>News</type>
</rule>
</filter>
</action>
The first time the extension is deployed, result in the application is as expected.
Then we do a hot redeploy (from Nuxeo Admin center), the history tab is filtered out for any content type, not just for the News type.
- is required by
-
NXP-6406 backport changes for support of hot reload of theme and actions
- Resolved