Ignore:
Timestamp:
Jan 25, 2010, 2:14:48 PM (14 years ago)
Author:
gav
Message:

Set base authorisations on all controllers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/services/CreateDataService.groovy

    r296 r298  
    180180        // Authority #7
    181181        authInstance = new Authority(description:"Inventory User",
    182                                         authority:"ROLE_InvetoryUser")
     182                                        authority:"ROLE_InventoryUser")
    183183        saveAndTest(authInstance)
    184184
Note: See TracChangeset for help on using the changeset viewer.