Ignore:
Timestamp:
Dec 24, 2009, 1:54:46 PM (14 years ago)
Author:
gav
Message:

Remove/commented out the ability to change the parent task, since this currently just lists all tasks and becomes very slow with larger task numbers.
Created ticket #56 for follow up.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/controllers/TaskDetailedController.groovy

    r225 r246  
    401401                return
    402402            }
    403             def possibleParentList = taskService.possibleParentList(taskInstance)
    404             return [ taskInstance : taskInstance, possibleParentList: possibleParentList ]
     403//             def possibleParentList = taskService.possibleParentList(taskInstance)
     404//             return [ taskInstance : taskInstance, possibleParentList: possibleParentList ]
     405            return [ taskInstance : taskInstance ]
    405406        }
    406407    }
Note: See TracChangeset for help on using the changeset viewer.