* Fix bug #29912.
This commit is contained in:
@@ -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')
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
$config->tree = new stdclass();
|
||||
$config->tree->noBrowse = ',productdoc,projectdoc,';
|
||||
|
||||
$config->tree->groupTypes = ',chart,report,';
|
||||
$config->tree->groupTypes = ',chart,report,dataview,';
|
||||
|
||||
Reference in New Issue
Block a user