Changeset 70 for branches/TaskRewrite/src/grails-app/views/task/list.gsp
- Timestamp:
- Mar 9, 2009, 11:33:35 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/TaskRewrite/src/grails-app/views/task/list.gsp
r69 r70 30 30 <th>Lead Person</th> 31 31 32 <th>Task Priority</th> 33 32 34 <th>Task Status</th> 33 34 <th>Parent Task</th>35 35 36 36 </tr> … … 48 48 <td>${fieldValue(bean:taskInstance, field:'leadPerson')}</td> 49 49 50 <td>${fieldValue(bean:taskInstance, field:'taskPriority')}</td> 51 50 52 <td>${fieldValue(bean:taskInstance, field:'taskStatus')}</td> 51 52 <td>${fieldValue(bean:taskInstance, field:'parentTask')}</td>53 53 54 54 </tr>
Note: See TracChangeset
for help on using the changeset viewer.