* [task#126381,doing,0.5h] Add the tutorial of manageBuild for kanban project.
This commit is contained in:
@@ -101,7 +101,7 @@ class executionModel extends model
|
||||
*/
|
||||
public function setMenu(int $executionID)
|
||||
{
|
||||
$execution = $this->fetchByID((int)$executionID); //新手教程模式下将 s% 转成0
|
||||
$execution = $this->getByID((int)$executionID);
|
||||
if(!$execution) return;
|
||||
|
||||
if($execution->type == 'kanban') $this->executionTao->setKanbanMenu();
|
||||
|
||||
Reference in New Issue
Block a user