Ignore:
Timestamp:
May 1, 2009, 3:27:41 PM (15 years ago)
Author:
gav
Message:

Run generate-all on all controllers and views except Person and Authority.
Extensive work on Asset domain and application now compiles and runs well.
Update BootStrap? to suite.

File:
1 edited

Legend:

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

    r118 r122  
    3030                                <g:sortableColumn property="isActive" title="Is Active" />
    3131                       
    32                                 <th>Lifeplan</th>
     32                                <g:sortableColumn property="name" title="Name" />
     33                       
     34                                <th>System Section</th>
    3335                           
    34                                 <g:sortableColumn property="locationLongText" title="Location Long Text" />
    35                        
    3636                        </tr>
    3737                    </thead>
     
    4848                            <td>${fieldValue(bean:assetInstance, field:'isActive')}</td>
    4949                       
    50                             <td>${fieldValue(bean:assetInstance, field:'lifeplan')}</td>
     50                            <td>${fieldValue(bean:assetInstance, field:'name')}</td>
    5151                       
    52                             <td>${fieldValue(bean:assetInstance, field:'locationLongText')}</td>
     52                            <td>${fieldValue(bean:assetInstance, field:'systemSection')}</td>
    5353                       
    5454                        </tr>
Note: See TracChangeset for help on using the changeset viewer.