* Adjust execution-taskkanban style.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user