Changeset 69 for branches/TaskRewrite/src/grails-app/views/task/list.gsp
- Timestamp:
- Mar 9, 2009, 10:31:40 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/TaskRewrite/src/grails-app/views/task/list.gsp
r66 r69 32 32 <th>Task Status</th> 33 33 34 < g:sortableColumn property="comment" title="Comment" />35 34 <th>Parent Task</th> 35 36 36 </tr> 37 37 </thead> … … 50 50 <td>${fieldValue(bean:taskInstance, field:'taskStatus')}</td> 51 51 52 <td>${fieldValue(bean:taskInstance, field:' comment')}</td>52 <td>${fieldValue(bean:taskInstance, field:'parentTask')}</td> 53 53 54 54 </tr>
Note: See TracChangeset
for help on using the changeset viewer.