Ignore:
Timestamp:
Mar 3, 2011, 11:17:40 PM (13 years ago)
Author:
gav
Message:

Update service, controller and view logic to hand Task and Entry highestSeverity.
Also remove associatedAssets from task search panes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/entryDetailed/show.gsp

    r431 r838  
    3333                           
    3434                        </tr>
     35
     36                        <g:if test="${entryInstance.productionReference}">
     37                            <tr class="prop">
     38                                <td valign="top" class="name">Production:</td>
     39
     40                                <td valign="top" class="value">
     41                                    ${fieldValue(bean:entryInstance, field:'productionReference')}
     42                                </td>
     43
     44                            </tr>
     45                        </g:if>
     46
     47                        <g:if test="${entryInstance.highestSeverity}">
     48                            <tr class="prop">
     49                                <td valign="top" class="name">Condition Severity:</td>
     50
     51                                <td valign="top" class="value">
     52                                    ${fieldValue(bean:entryInstance, field:'highestSeverity')}
     53                                </td>
     54
     55                            </tr>
     56                        </g:if>
    3557                   
    3658                        <tr class="prop">
     
    4971                           
    5072                        </tr>
    51 
    52                         <g:if test="${entryInstance.productionReference}">
    53                             <tr class="prop">
    54                                 <td valign="top" class="name">Production:</td>
    55 
    56                                 <td valign="top" class="value">
    57                                     ${fieldValue(bean:entryInstance, field:'productionReference')}
    58                                 </td>
    59 
    60                             </tr>
    61                         </g:if>
    6273                   
    6374                        <tr class="prop">
Note: See TracChangeset for help on using the changeset viewer.