Changeset 922 for trunk/grails-app/controllers
- Timestamp:
 - May 13, 2011, 12:41:06 AM (14 years ago)
 - File:
 - 
          
- 1 edited
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
trunk/grails-app/controllers/TaskDetailedController.groovy
r913 r922 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.
      