I have a custom button in my application and I need it not to show up only when 
a specific user  creates the folder. 
What kind of rule can do something like this?


    <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">
        *<author>System</author>*
        <!-- <permission>ReadChildren</permission> -->
        <!--<facet>Folderish</facet> -->
        <!-- <permission>Write</permission> -->
        <type>Folder</type>
      </rule>
    </filter>
    </action>
--
Posted by "edowning" at Nuxeo Discussions <http://nuxeo.org/discussions>
View the complete thread: 
<http://www.nuxeo.org/discussions/thread.jspa?threadID=2283#6153>
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to