* Finish task #81781.

This commit is contained in:
liuhong
2023-01-03 04:50:20 +00:00
parent ccec9bcc16
commit b922f85ecd
+1 -1
View File
@@ -758,7 +758,7 @@ class productplan extends control
$this->productplan->unlinkStory($storyID, $planID);
$this->loadModel('action')->create('productplan', $planID, 'unlinkstory', '', $storyID);
return print(js::locate($this->createLink('productplan', 'view', "planID=$planID&type=story"), 'parent'));
return print(js::reload('parent'));
}
}