This commit is contained in:
tianshujie
2023-12-19 13:44:05 +08:00
parent 802b96683b
commit 30ca9dc077
+2
View File
@@ -260,6 +260,8 @@ class projectZen extends project
$shadow = $copyProjectID && empty($copyProject->hasProduct) ? 1 : 0;
if($this->view->globalDisableProgram) $programID = $this->config->global->defaultProgram;
$programID = (int)$programID;
$topProgramID = $this->program->getTopByID($programID);
if($model == 'kanban')