* Adjust execution-taskkanban style.

This commit is contained in:
wangyidong
2023-11-10 15:39:51 +08:00
parent 208cf519ca
commit 1bf5b045f4
10 changed files with 147 additions and 79 deletions
-2
View File
@@ -2872,8 +2872,6 @@ class execution extends control
*/
public function importPlanStories(int $executionID, int $planID, int $productID = 0, string $extra = '')
{
if($_SERVER['REQUEST_METHOD'] !== 'POST') return $this->sendError($this->lang->error->unsupportedReq);
$execution = $this->dao->findById($executionID)->from(TABLE_EXECUTION)->fetch();
$planStories = array();
$planStory = $this->loadModel('story')->getPlanStories($planID);