- Delete the privilege of execution-browse.

This commit is contained in:
liumengyi
2023-04-13 14:50:36 +08:00
parent 4ad21fcdf7
commit 8ed99bdf49
2 changed files with 1 additions and 2 deletions
+1
View File
@@ -229,6 +229,7 @@ $config->openMethods[] = 'task.editteam';
$config->openMethods[] = 'feedback.mergeproductmodule';
$config->openMethods[] = 'zanode.nodelist';
$config->openMethods[] = 'action.restoreStages';
$config->openMethods[] = 'execution.browse';
$config->openModules = array();
$config->openModules[] = 'install';
-2
View File
@@ -796,7 +796,6 @@ $lang->kanban->methodorder[225] = 'activateSpace';
/* Execution. */
$lang->resource->execution = new stdclass();
$lang->resource->execution->view = 'view';
$lang->resource->execution->browse = 'browse';
$lang->resource->execution->create = 'createExec';
$lang->resource->execution->edit = 'editAction';
$lang->resource->execution->batchedit = 'batchEditAction';
@@ -855,7 +854,6 @@ $lang->resource->execution->kanban = 'RDKanban';
$lang->resource->execution->setKanban = 'setKanban';
$lang->execution->methodOrder[5] = 'view';
$lang->execution->methodOrder[10] = 'browse';
$lang->execution->methodOrder[15] = 'create';
$lang->execution->methodOrder[20] = 'edit';
$lang->execution->methodOrder[25] = 'batchedit';