Changeset 679 for trunk/grails-app/controllers/ReportController.groovy
- Timestamp:
- Oct 5, 2010, 12:50:57 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/controllers/ReportController.groovy
r676 r679 178 178 params.logoUrl = grailsApplication.mainContext.getResource('images/logo.png').getURL() 179 179 params.currentUser = authService.currentUser 180 if(params.section.id == 'all')181 params.section = "All"182 else183 params.section = Section.get(params.section.id.toLong())184 180 185 181 def dataModel = assetReportService.getEquipmentRegister(params, RCU.getLocale(request))
Note: See TracChangeset
for help on using the changeset viewer.