* Add group priv.

This commit is contained in:
Yagami
2021-03-11 16:57:43 +08:00
parent 3f43920605
commit 7d3d817e44
+11 -9
View File
@@ -1063,6 +1063,7 @@ $lang->resource->custom = new stdclass();
$lang->resource->custom->index = 'index';
$lang->resource->custom->set = 'set';
$lang->resource->custom->product = 'product';
$lang->resource->custom->execution = 'execution';
$lang->resource->custom->restore = 'restore';
$lang->resource->custom->flow = 'flow';
$lang->resource->custom->working = 'working';
@@ -1076,15 +1077,16 @@ $lang->resource->custom->deleteStoryConcept = 'deleteStoryConcept';
$lang->custom->methodOrder[5] = 'index';
$lang->custom->methodOrder[10] = 'set';
$lang->custom->methodOrder[15] = 'product';
$lang->custom->methodOrder[20] = 'restore';
$lang->custom->methodOrder[25] = 'flow';
$lang->custom->methodOrder[30] = 'working';
$lang->custom->methodOrder[35] = 'setPublic';
$lang->custom->methodOrder[40] = 'timezone';
$lang->custom->methodOrder[45] = 'setStoryContcept';
$lang->custom->methodOrder[50] = 'editStoryContcept';
$lang->custom->methodOrder[55] = 'browseStoryContcept';
$lang->custom->methodOrder[60] = 'deleteStoryContcept';
$lang->custom->methodOrder[20] = 'execution';
$lang->custom->methodOrder[25] = 'restore';
$lang->custom->methodOrder[30] = 'flow';
$lang->custom->methodOrder[35] = 'working';
$lang->custom->methodOrder[40] = 'setPublic';
$lang->custom->methodOrder[45] = 'timezone';
$lang->custom->methodOrder[50] = 'setStoryContcept';
$lang->custom->methodOrder[55] = 'editStoryContcept';
$lang->custom->methodOrder[60] = 'browseStoryContcept';
$lang->custom->methodOrder[65] = 'deleteStoryContcept';
$lang->resource->datatable = new stdclass();
$lang->resource->datatable->setGlobal = 'setGlobal';