Ignore:
Timestamp:
Oct 5, 2010, 2:24:33 AM (14 years ago)
Author:
gav
Message:

Improvements to assetRegister report, adding site and section to page header.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/controllers/ReportController.groovy

    r679 r681  
    161161        params.logoUrl = grailsApplication.mainContext.getResource('images/logo.png').getURL()
    162162        params.currentUser = authService.currentUser
    163         if(params.section.id == 'all')
    164             params.section = "All"
    165         else
    166             params.section = Section.get(params.section.id.toLong())
    167163
    168164        def dataModel = assetReportService.getAssetRegister(params, RCU.getLocale(request))
Note: See TracChangeset for help on using the changeset viewer.