* [task#126381,doing,0.5h] Add the tutorial of manageBuild for kanban project.

This commit is contained in:
xieqiyu
2024-09-04 17:31:41 +08:00
committed by 王于听
parent a87cf5990c
commit 7d5b2b4553
4 changed files with 71 additions and 1 deletions
+1 -1
View File
@@ -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();