Ignore:
Timestamp:
May 4, 2009, 1:59:11 PM (15 years ago)
Author:
gav
Message:

Detail controller and views for Asset, AssetExtendedAttribute?, PlannedMaintenance?, MaintenanceAction?, RecurringSchedule?, SystemSection?.
Some minor work on Task controller and views.
Change PlannedMaintenance? relationship, adjust ERD, Bootstrap and Domain classes to suite.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/assetExtendedAttribute/list.gsp

    r122 r124  
    2424                                <g:sortableColumn property="id" title="Id" />
    2525                       
     26                                <th>Asset</th>
     27                           
    2628                                <th>Asset Extended Attribute Type</th>
    27                            
    28                                 <th>Asset Type</th>
    2929                           
    3030                                <g:sortableColumn property="isActive" title="Is Active" />
     
    4040                            <td><g:link action="show" id="${assetExtendedAttributeInstance.id}">${fieldValue(bean:assetExtendedAttributeInstance, field:'id')}</g:link></td>
    4141                       
     42                            <td>${fieldValue(bean:assetExtendedAttributeInstance, field:'asset')}</td>
     43                       
    4244                            <td>${fieldValue(bean:assetExtendedAttributeInstance, field:'assetExtendedAttributeType')}</td>
    43                        
    44                             <td>${fieldValue(bean:assetExtendedAttributeInstance, field:'assetType')}</td>
    4545                       
    4646                            <td>${fieldValue(bean:assetExtendedAttributeInstance, field:'isActive')}</td>
Note: See TracChangeset for help on using the changeset viewer.