This commit is contained in:
liumengyi
2022-11-17 08:42:54 +08:00
parent dff6c3e338
commit 398afed7ae
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1630,9 +1630,9 @@ class actionModel extends model
$action->objectLink = helper::createLink('kanban', 'view', "kanbanID=$kanbanID");
}
if($action->objectType == 'chartgroup' and $action->action != 'deleted')
if($action->objectType == 'chartgroup')
{
$action->objectLink = helper::createLink('chart', 'browseGroup', "rootID=$action->objectID");
$action->objectLink = '';
}
if($action->objectType == 'branch' and $action->action == 'mergedbranch')
+1 -1
View File
@@ -2,4 +2,4 @@
$config->tree = new stdclass();
$config->tree->noBrowse = ',productdoc,projectdoc,';
$config->tree->groupTypes = ',chart,report,';
$config->tree->groupTypes = ',chart,report,dataview,';