Changeset 473
- Timestamp:
- Mar 31, 2010, 12:49:21 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/controllers/TaskDetailedController.groovy
r468 r473 533 533 } 534 534 535 @Secured(['ROLE_AppAdmin', 'ROLE_Manager', 'ROLE_TaskManager', 'ROLE_TaskUser']) 535 /** 536 * The create action is used to create scheduled types of tasks. 537 */ 538 @Secured(['ROLE_AppAdmin', 'ROLE_Manager', 'ROLE_TaskManager']) 536 539 def create = { 537 540 def taskInstance = new Task()
Note: See TracChangeset
for help on using the changeset viewer.