This commit is contained in:
liuhong
2022-08-25 01:16:07 +00:00
parent 2aff11fbd7
commit cac2e8ddb3
+1 -1
View File
@@ -732,7 +732,7 @@ class productplan extends control
$this->productplan->unlinkStory($storyID, $planID);
$this->loadModel('action')->create('productplan', $planID, 'unlinkstory', '', $storyID);
return js::locate($this->createLink('productplan', 'view', "planID=$planID&type=story"), 'parent');
return print js::locate($this->createLink('productplan', 'view', "planID=$planID&type=story"), 'parent');
}
}