Ignore:
Timestamp:
Mar 9, 2009, 10:31:40 AM (15 years ago)
Author:
gav
Message:

Add TaskPriority? and TaskType? domains, generate views and controllers.
Tweak security extensively.
Use 'extend BaseController?' to pass ROLE_USER to most controllers.
Add parentTask and subTask to Task Domain.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/TaskRewrite/src/grails-app/views/task/list.gsp

    r66 r69  
    3232                                <th>Task Status</th>
    3333                           
    34                                 <g:sortableColumn property="comment" title="Comment" />
    35                        
     34                                <th>Parent Task</th>
     35                           
    3636                        </tr>
    3737                    </thead>
     
    5050                            <td>${fieldValue(bean:taskInstance, field:'taskStatus')}</td>
    5151                       
    52                             <td>${fieldValue(bean:taskInstance, field:'comment')}</td>
     52                            <td>${fieldValue(bean:taskInstance, field:'parentTask')}</td>
    5353                       
    5454                        </tr>
Note: See TracChangeset for help on using the changeset viewer.