07-04-2017 10:29 AM
Hi, I want to show group created by me only in search suggestion while adding permission on work space. How can I do this? plz find attachment of image where I want to suggestion of those group which created by me only.
07-20-2017 07:49 AM
There's no record of who created a group. Indeed in some cases they come from an external system (LDAP, Active Directory). So what you're suggesting is not possible.
09-28-2017 08:39 AM
I have only postgres for groupdirectory not LDAP/Active Drectory
09-28-2017 08:59 AM
Hi, I solved this by making some changes as follows:
` <xs:schema targetNamespace="http://www.nuxeo.org/ecm/schemas/group" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:nxs="http://www.nuxeo.org/ecm/schemas/group"> <xs:include schemaLocation="base.xsd" /> <xs:element name="groupname" type="xs:string" /> <xs:element name="grouplabel" type="xs:string" /> <xs:element name="description" type="xs:string" />
<xs:element name="members" type="nxs:stringList" /> <xs:element name="subGroups" type="nxs:stringList" />
<xs:element name="parentGroups" type="nxs:stringList" />
<xs:element name="tenantId" type="xs:string" /> <xs:element name="ownerid" type="xs:string" /> </xs:schema>`
<action id="VirtualGroupsManager" link="/users/view_groups.xhtml" label="label.groupManager.groups" type="admin_rest_document_link" order="40"> <category>NUXEO_ADMIN</category> <filter-id>user_manager</filter-id> <filter-id>not_readonly</filter-id> </action>
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.