Changeset 763 for branches/features/taskProcedureRework/grails-app/controllers/MaintenanceActionDetailedController.groovy
- Timestamp:
- Jan 28, 2011, 10:42:00 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/features/taskProcedureRework/grails-app/controllers/MaintenanceActionDetailedController.groovy
r573 r763 6 6 // the delete, save and update actions only accept POST requests 7 7 static allowedMethods = [delete:'POST', save:'POST', update:'POST'] 8 9 def list = { 10 render "MaintenanceActions: ${MaintenanceAction.list()}" 11 } 8 12 9 13 @Secured(['ROLE_AppAdmin', 'ROLE_Manager', 'ROLE_AssetManager', 'ROLE_AssetUser'])
Note: See TracChangeset
for help on using the changeset viewer.