diff --git a/module/action/model.php b/module/action/model.php index ab5254f06d..05e666eb93 100755 --- a/module/action/model.php +++ b/module/action/model.php @@ -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') diff --git a/module/tree/config.php b/module/tree/config.php index 1963e4e32e..3cdde3e430 100644 --- a/module/tree/config.php +++ b/module/tree/config.php @@ -2,4 +2,4 @@ $config->tree = new stdclass(); $config->tree->noBrowse = ',productdoc,projectdoc,'; -$config->tree->groupTypes = ',chart,report,'; +$config->tree->groupTypes = ',chart,report,dataview,';