Ignore:
Timestamp:
Oct 6, 2010, 1:55:47 AM (14 years ago)
Author:
gav
Message:

Change assetDetail report to allow reporting by section and display site in report.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/appCore/start.gsp

    r681 r687  
    143143                                                                            format="PDF, XLS">
    144144                                                <g:select optionKey="id"
    145                                                                     from="${Asset.findAllByIsActive(true).sort { p1, p2 -> p1.name.compareToIgnoreCase(p2.name) }}"
    146                                                                     name="asset.id"
     145                                                                    from="${sections}"
     146                                                                    name="section.id"
    147147                                                                    noSelection="['all':/${g.message(code:'default.all.select.text')}/]">
    148148                                                </g:select>
     
    155155                                                                            format="PDF, XLS">
    156156                                                <g:select optionKey="id"
    157                                                                     from="${Section.findAllByIsActive(true).sort { p1, p2 -> p1.name.compareToIgnoreCase(p2.name) }}"
     157                                                                    from="${sections}"
    158158                                                                    name="section.id">
    159159                                                </g:select>
     
    166166                                                                            format="PDF, XLS">
    167167                                                <g:select optionKey="id"
    168                                                                     from="${Section.findAllByIsActive(true).sort { p1, p2 -> p1.name.compareToIgnoreCase(p2.name) }}"
     168                                                                    from="${sections}"
    169169                                                                    name="section.id">
    170170                                                </g:select>
Note: See TracChangeset for help on using the changeset viewer.