I tried a different rule based on other examples in the code base but nothing seems to work. here is what I hoped would work with the condition statement solving my issue, but it did not.
<action id="runReport" link="run_report" enabled="true" label="action.run.report" icon="/icons/action_add_file.gif"> <category>SUBVIEW_UPPER_LIST</category> <filter id="runReport"> <rule grant="true"> <condition>document.getAuthorName() == 'system'</condition> <type>Folder</type> </rule> </filter> </action> Is there a list of what is available to be a rule or condition? -- Posted by "edowning" at Nuxeo Discussions <http://nuxeo.org/discussions> View the complete thread: <http://www.nuxeo.org/discussions/thread.jspa?threadID=2283#6263> _______________________________________________ ECM mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/ecm
