- Delete the privilege of company-index.

This commit is contained in:
liumengyi
2023-04-13 15:25:30 +08:00
parent e71c6b1548
commit f5f9dd32e7
2 changed files with 1 additions and 2 deletions
+1
View File
@@ -233,6 +233,7 @@ $config->openMethods[] = 'execution.browse';
$config->openMethods[] = 'testcase.showImport';
$config->openMethods[] = 'testsuite.index';
$config->openMethods[] = 'caselib.index';
$config->openMethods[] = 'company.index';
$config->openModules = array();
$config->openModules[] = 'install';
-2
View File
@@ -1647,13 +1647,11 @@ $lang->git->methodOrder[15] = 'apiSync';
/* Company. */
$lang->resource->company = new stdclass();
$lang->resource->company->index = 'index';
$lang->resource->company->browse = 'browse';
$lang->resource->company->edit = 'edit';
$lang->resource->company->view = 'view';
$lang->resource->company->dynamic= 'dynamic';
$lang->company->methodOrder[0] = 'index';
$lang->company->methodOrder[5] = 'browse';
$lang->company->methodOrder[15] = 'edit';
$lang->company->methodOrder[25] = 'dynamic';