Ignore:
Timestamp:
Apr 11, 2011, 4:11:58 PM (13 years ago)
Author:
gav
Message:

Svn merge -r874:r878 trunk/ into branches/features/grailsUpgrade/.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/features/grailsUpgrade/grails-app/views/assetSubItemDetailed/show.gsp

    r683 r881  
    135135                            <td  valign="top" style="text-align:left;" class="value">
    136136                                <ul>
    137                                 <g:each var="s" in="${assetSubItemInstance.subItems}">
     137                                <g:each var="s" in="${assetSubItemInstance.subItems.sort { p1, p2 -> p1.name.compareToIgnoreCase(p2.name) } }">
    138138                                    <li><g:link controller="assetSubItemDetailed" action="show" id="${s.id}">${s?.encodeAsHTML()}</g:link></li>
    139139                                </g:each>
Note: See TracChangeset for help on using the changeset viewer.