Ignore:
Timestamp:
Mar 25, 2009, 4:26:43 AM (15 years ago)
Author:
gav
Message:

More detailing on Task and Entry. Added another authorisation ROLE_Manager and view to go with it. Work on PersonController? delete action.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/grails-app/views/_adminmenubar.gsp

    r73 r91  
    11<g:isLoggedIn>
     2    <g:ifAnyGranted role="ROLE_Manager">
     3        <span class="appControlButton">
     4            <g:link controller="appCore" action="manager">
     5                Manager
     6            </g:link>
     7        </span>
     8    </g:ifAnyGranted>
    29    <g:ifAnyGranted role="ROLE_AppAdmin">
    310        <span class="appControlButton">
Note: See TracChangeset for help on using the changeset viewer.