Contribution org.nuxeo.ecm.platform.notifications.web.actions--filters
In component org.nuxeo.ecm.platform.notifications.web.actions
org.nuxeo.ecm.platform.notifications.web.actions
inside nuxeo-platform-notification-web-9.10.jar /OSGI-INF/actions-contrib.xml
This contribution is part of XML component Extension Point
Extension point filters of component ActionService.Contributed Items
XML Source
<extension point="filters" target="org.nuxeo.ecm.platform.actions.ActionService">
<filter id="general_documents">
<rule grant="false">
<type>Root</type>
<type>Domain</type>
<type>WorkspaceRoot</type>
<type>SectionRoot</type>
</rule>
</filter>
<filter id="manage_subscriptions">
<rule grant="true">
<permission>WriteSecurity</permission>
</rule>
</filter>
</extension>