Hello

Is there any possibility to configure the search for groups in the groups tab  
as the users tab  intoan extension point for the UserService?

For example : 

<?xml version="1.0"?>
<component name="fr.toutatice.nuxeo.usermanager">
  <documentation>
    The values for userListingMode are: "all", "tabbed", "search_only".
  </documentation>
  <extension target="org.nuxeo.ecm.platform.usermanager.UserService" 
point="userManager">
    <userManager class="org.nuxeo.ecm.platform.usermanager.UserManagerImpl">
      <userListingMode>search_only</userListingMode>
      <groupListingMode>search_only</groupListingMode>
    </userManager>
  </extension>
</component>

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

Reply via email to