Ignore:
Timestamp:
May 8, 2009, 1:01:56 AM (15 years ago)
Author:
gav
Message:

Reconfigure Planned Maintenance again, now Preventative Maintenance, TaskProcedure? and MaintenanceAction?

File:
1 edited

Legend:

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

    r122 r131  
    7575                            <tr class="prop">
    7676                                <td valign="top" class="name">
    77                                     <label for="subAssemblies">Sub Assemblies:</label>
     77                                    <label for="subAssembly">Sub Assembly:</label>
    7878                                </td>
    79                                 <td valign="top" class="value ${hasErrors(bean:componentItemInstance,field:'subAssemblies','errors')}">
    80                                    
     79                                <td valign="top" class="value ${hasErrors(bean:componentItemInstance,field:'subAssembly','errors')}">
     80                                    <g:select optionKey="id" from="${SubAssembly.list()}" name="subAssembly.id" value="${componentItemInstance?.subAssembly?.id}" ></g:select>
    8181                                </td>
    8282                            </tr>
Note: See TracChangeset for help on using the changeset viewer.