This commit is contained in:
lanzongjun
2022-04-28 15:48:24 +08:00
parent debd3fd2a4
commit 3bdab60664
+1 -1
View File
@@ -2650,7 +2650,7 @@ EOT;
if(empty($object))
{
$param = ($type == 'project' and $this->config->vision == 'lite') ? 'model=kanban' : '';
$methodName = $type == 'project' ? 'createGuide' : 'create';
$methodName = ($type == 'project' and $this->config->vision != 'lite') ? 'createGuide' : 'create';
return print(js::locate(helper::createLink($type, $methodName, $param)));
}
}