Ignore:
Timestamp:
Oct 27, 2009, 8:33:04 AM (14 years ago)
Author:
gav
Message:

Add message bundles for the task filterPane.
Add primary and associated assets to taskDetailed views.

File:
1 edited

Legend:

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

    r166 r168  
    109109                        </td>
    110110                        <td valign="top" class="value ${hasErrors(bean:person,field:'department','errors')}">
    111                             <g:select optionKey="id" from="${Department.list()}" name="department.id" value="${person?.department?.id}" noSelection="['null':'']"></g:select>
     111                            <g:select optionKey="id" from="${Department.list()}" name="department.id" value="${person?.department?.id}" noSelection="['null':'--None--']"></g:select>
    112112                        </td>
    113113                    </tr>
Note: See TracChangeset for help on using the changeset viewer.