* fix bug #22019
This commit is contained in:
@@ -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)));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user