Changeset 294 for trunk/grails-app/services
- Timestamp:
 - Jan 24, 2010, 10:21:39 PM (16 years ago)
 - File:
 - 
          
- 1 edited
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
trunk/grails-app/services/CreateDataService.groovy
r291 r294 143 143 def authInstance 144 144 145 // Authority #1 145 146 authInstance = new Authority(description:"Application Admin, not required for daily use! Grants full admin access to the application.", 146 147 authority:"ROLE_AppAdmin") … … 152 153 def authInstance 153 154 155 // Authority #2 154 156 authInstance = new Authority(description:"Business manager, grants full management access.", 155 157 authority:"ROLE_Manager") 156 158 saveAndTest(authInstance) 157 159 158 // #3160 // Authority #3 159 161 authInstance = new Authority(description:"Application User, all application users need this base role to allow login.", 160 162 authority:"ROLE_AppUser")  
Note: See TracChangeset
          for help on using the changeset viewer.
      