Ignore:
Timestamp:
Apr 14, 2009, 10:16:05 PM (15 years ago)
Author:
gav
Message:

First commit of Inventory domain, including domain-classes, controllers, views and bootstrap. Also double check/adjust as required security extends in controllers.

File:
1 edited

Legend:

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

    r71 r116  
    11import org.codehaus.groovy.grails.plugins.springsecurity.Secured
    22
    3 @Secured(['ROLE_AppAdmin'])
    4 class AuthorityController {
     3class AuthorityController extends BaseAppAdminController {
    54
    65        // the delete, save and update actions only accept POST requests
Note: See TracChangeset for help on using the changeset viewer.