Ignore:
Timestamp:
Nov 25, 2010, 12:08:12 PM (13 years ago)
Author:
gav
Message:

Domain change: as per ticket #97 - Drop the entire Manufacturer domain concept.

File:
1 edited

Legend:

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

    r402 r722  
    2424                    <table>
    2525                        <tbody>
    26 
    27                             <g:if test="${contactInstance.manufacturer}">
    28                                 <g:hiddenField name="manufacturer.id" value="${contactInstance.manufacturer.id}"/>
    29                                 <tr class="prop">
    30                                     <td valign="top" class="name">
    31                                         <label for="manufacturer">Manufacturer:</label>
    32                                     </td>
    33                                     <td valign="top" class="value">
    34                                         <g:link controller="manufacturerDetailed" action="show" id="${contactInstance.manufacturer.id}">
    35                                             ${contactInstance.manufacturer.encodeAsHTML()}
    36                                         </g:link>
    37                                     </td>
    38                                 </tr>
    39                             </g:if>
    4026
    4127                            <g:if test="${contactInstance.supplier}">
Note: See TracChangeset for help on using the changeset viewer.