Ignore:
Timestamp:
Mar 31, 2010, 12:32:04 PM (14 years ago)
Author:
gav
Message:

Svn move personGroup and personGroupType controllers and views to detailed.
Add links from person edit view to groups.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/controllers/PersonGroupTypeDetailedController.groovy

    r469 r471  
    11import org.codehaus.groovy.grails.plugins.springsecurity.Secured
    22
    3 class PersonGroupTypeController extends BaseAppAdminController {
     3@Secured(['ROLE_AppAdmin', 'ROLE_Manager'])
     4class PersonGroupTypeDetailedController extends BaseController {
    45   
    56    def index = { redirect(action:list,params:params) }
Note: See TracChangeset for help on using the changeset viewer.