09-21-2018 07:08 AM
I'm trying to make a form in the document library. Its a select form where all groups are listed, and you pick the groups you want to pass on as arguments to an action, any idea how to do that? I didnt find anything helpful when it came to the listing of groups. Thanks in advance!
11-17-2018 11:52 AM
Define a content model like this one.
<association name="kscontrol:simple-authority-container">
<source>
<mandatory>false</mandatory>
<many>false</many>
</source>
<target>
<class>cm:authorityContainer</class>
<mandatory>false</mandatory>
<many>false</many>
</target>
</association>
And then you can use default authority.ftl control.
Explore our Alfresco products with the links below. Use labels to filter content by product module.