* code for task#1424.

This commit is contained in:
chencongzhi520@gmail.com
2013-06-27 07:03:27 +00:00
parent cd902d213a
commit ab8dfc3eeb
8 changed files with 19 additions and 31 deletions
+1
View File
@@ -1,4 +1,5 @@
<?php
$this->session->set('taskID', $task->id);
if($this->session->taskType) die(js::locate($this->createLink('my', 'task', "type={$this->session->taskType}"), 'parent'));
die(js::locate($this->createLink('project', 'task', "projectID=$project->id"), 'parent'));
?>