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/create.gsp

    r294 r295  
    130130                    <g:each in="${authorityList}">
    131131                    <tr>
    132                         <td valign="top" class="name" align="left">${it.authority.encodeAsHTML()}</td>
     132                        <td valign="top" class="name" align="left">${it.description.encodeAsHTML()}</td>
    133133                        <td align="left">
    134134                            <g:checkBox name="${it.authority}" value="${it.authority == 'ROLE_AppUser'}"/>
Note: See TracChangeset for help on using the changeset viewer.