diff --git a/module/group/config.php b/module/group/config.php index 4ee481ca95..ebda282c91 100644 --- a/module/group/config.php +++ b/module/group/config.php @@ -84,6 +84,6 @@ $config->group->actionList['delete']['hint'] = $lang->group->delete; $config->group->actionList['delete']['url'] = 'javascript:confirmDelete("{id}", "{name}")'; $config->group->hiddenPriv = array('system-dashboard', 'store-browse', 'store-appView', 'space-getStoreAppInfo', 'system-dblist', 'system-configdomain', 'system-ossview'); -$config->group->showNodePriv = array('create', 'edit', 'instruction', 'destroy'); +$config->group->showNodePriv = array('browse', 'create', 'edit', 'view', 'instruction', 'destroy'); include 'packagemanager.php';