- Timestamp:
- Mar 3, 2011, 12:24:01 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/controllers/TaskDetailedController.groovy
r809 r833 424 424 } 425 425 426 def entryPMList = Entry.withCriteria { 427 eq("entryType", EntryType.get(6)) 428 eq("task", taskInstance) 429 } 430 426 431 def subTaskInstanceList = Task.findAllByParentTaskAndTrash(taskInstance, false, params) 427 432 def subTaskInstanceTotal = Task.countByParentTaskAndTrash(taskInstance, false) … … 450 455 entryCauseList: entryCauseList, 451 456 entryWorkDoneList: entryWorkDoneList, 457 entryPMList: entryPMList, 452 458 taskProcedureRevision: taskProcedureRevision, 453 459 taskProcedureExits: taskProcedureExits,
Note: See TracChangeset
for help on using the changeset viewer.