Ignore:
Timestamp:
Jan 25, 2010, 10:57:30 AM (14 years ago)
Author:
gav
Message:

Authority add/remove logic in r294 not behaving as expected, fixed.
Switch views back to using Authority desctiptions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/person/show.gsp

    r166 r295  
    8484                    <td valign="top" class="value">
    8585                        <ul>
    86                         <g:each in="${roleNames}" var='name'>
    87                             <li>${name}</li>
     86                        <g:each  var='a' in="${authorityList}">
     87                            <li>${a.description.encodeAsHTML()}</li>
    8888                        </g:each>
    8989                        </ul>
Note: See TracChangeset for help on using the changeset viewer.