Ignore:
Timestamp:
Jan 22, 2010, 8:52:22 AM (14 years ago)
Author:
gav
Message:

Regenerate and svn move the following to detailed controllers and views: Department, ExtendedAttributeType, Section, Site.
Secured with ROLE_Manager and ROLE_AppAdmin for now.

File:
1 moved

Legend:

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

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