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/EntryController.groovy

    r74 r116  
    11import org.codehaus.groovy.grails.plugins.springsecurity.Secured
    22
    3 class EntryController extends BaseController {
     3class EntryController extends BaseAppAdminController {
    44   
    55    def index = { redirect(action:list,params:params) }
Note: See TracChangeset for help on using the changeset viewer.