Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

7. Click "Done Editing" to go back to the beginning of the Groups Manager

Taking a Step Further

Now, if you want your new group to inherit content/tabs that the Portal Administrators group receives, you would need to modify the dlm.xml file  (for detailed information see Defining a Fragment).

     1. Open the dlm.xml file for editing and locate the 'Admin' fragment (../uportal-impl/src/main/resources/properties/dlm.xml)

     2. Replace the mode 'memberOf' to 'deepmemberOf' for Portal Administrators (see below)

No Format
<dlm:fragment name='Admin' ownerID='admin-lo' precedence='40'>
     <dlm:audience evaluatorFactory='org.jasig.portal.layout.dlm.providers.GroupMembershipEvaluatorFactory'>
       <paren mode="OR">
         <attribute mode='deepmemberOf' name='Portal Administrators'/>
         <attribute mode='memberOf' name='Portal Developers'/>
       </paren>
     </dlm:audience>
   </dlm:fragment>

     3. deploy your change

No Format
ant clean deploy-ear

    4. Restart uPortal

Warning
iconfalse
titleHaving problems with these instructions?

Please send us feedback at uportal-user@lists.ja-sig.org

...