Hi all,

I want to enable the "Members management" link only for administrators 
users. So, I create a new component with the following content:

  <extension target="org.nuxeo.ecm.platform.actions.ActionService"
    point="actions">
     
      <action id="user_manager" link="#{userManagerActions.viewUsers}"
      enabled="true" label="command.manageMembers" order="20">
      <category>USER_SERVICES</category>
      <filter-id>only_for_manager</filter-id>
    </action>
     
  </extension>

When I log in with a member user the link doesn't appear, but when I log 
in with an administrator user the link appear twice. Is there anything 
wrong in my XML file?

Best regards.

-- 
Enrique Pérez Olivares.
Dpto I+D.
Yerbabuena Software.
[EMAIL PROTECTED]
http://www.yerbabuena.es
Tlf/Fax: 902 995 246 

_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to