Ignore:
Timestamp:
Oct 26, 2009, 3:11:18 PM (14 years ago)
Author:
gav
Message:

Add test and message for no granted authority to LoginController.
Correct belongsTo in Person-PersonGroup? relationship.
Re-generate PersonGroup? controller and views.
Add more help balloon messages for Person and Task.
Default ROLE_AppUser to ON when creating a person.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/personGroup/edit.gsp

    r151 r166  
    7171                                </td>
    7272                                <td valign="top" class="value ${hasErrors(bean:personGroupInstance,field:'persons','errors')}">
    73                                     <g:select name="persons"
    74 from="${Person.list()}"
    75 size="5" multiple="yes" optionKey="id"
    76 value="${personGroupInstance?.persons}" />
    77 
     73                                   
    7874                                </td>
    7975                            </tr>
Note: See TracChangeset for help on using the changeset viewer.