Changeset 681 for trunk/grails-app/controllers/ReportController.groovy
- Timestamp:
- Oct 5, 2010, 2:24:33 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/controllers/ReportController.groovy
r679 r681 161 161 params.logoUrl = grailsApplication.mainContext.getResource('images/logo.png').getURL() 162 162 params.currentUser = authService.currentUser 163 if(params.section.id == 'all')164 params.section = "All"165 else166 params.section = Section.get(params.section.id.toLong())167 163 168 164 def dataModel = assetReportService.getAssetRegister(params, RCU.getLocale(request))
Note: See TracChangeset
for help on using the changeset viewer.