Changeset 942 for branches/features/purchaseOrders/grails-app/controllers
- Timestamp:
- May 22, 2011, 12:29:29 AM (13 years ago)
- Location:
- branches/features/purchaseOrders
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/features/purchaseOrders
- Property svn:ignore
-
old new 1 1 *.log* 2 2 *.war 3 *.iml 4 *.ipr 5 *.iws 3 6 target 7 out 4 8 .directory 5 6 *.iml
-
- Property svn:mergeinfo changed
/trunk merged: 921-923,932-936,939-941
- Property svn:ignore
-
branches/features/purchaseOrders/grails-app/controllers/TaskDetailedController.groovy
r920 r942 888 888 @Secured(['ROLE_AppAdmin', 'ROLE_Manager', 'ROLE_TaskManager', 'ROLE_TaskUser']) 889 889 def workLoad= { 890 def filterParams = [:] 890 891 def result = taskSearchService.getWorkLoad(params, RCU.getLocale(request)) 891 892 … … 900 901 workLoadGroups: result.workLoadGroups, 901 902 totalHours: result.totalHours, 902 totalMinutes: result.totalMinutes] 903 totalMinutes: result.totalMinutes, 904 filterParams: filterParams] 903 905 } // workLoad 904 906
Note: See TracChangeset
for help on using the changeset viewer.