Ignore:
Timestamp:
Feb 17, 2010, 11:07:10 PM (14 years ago)
Author:
gav
Message:

Svn move Supplier and Manufacturer controller and views to detailed.

File:
1 moved

Legend:

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

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