@hiennc24/constant 1.3.28 → 1.3.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1328,7 +1328,6 @@
|
|
|
1328
1328
|
"ACTION_GET_LIST_DEPARTMENT": "getListDepartment",
|
|
1329
1329
|
"ACTION_CREATE_DEPARTMENT": "createDepartment",
|
|
1330
1330
|
"ACTION_CLONE_DEPARTMENT": "cloneDepartment",
|
|
1331
|
-
"ACTION_GET_DEPARTMENT_LISTS_FOR_EMPLOYEE": "getDepartmentListsForEmployee",
|
|
1332
1331
|
"ACTION_GET_DEPARTMENT_FLAT_LISTS": "getDepartmentFlatLists",
|
|
1333
1332
|
"ACTION_GET_TREE_DEPARTMENTS": "getTreeDepartments",
|
|
1334
1333
|
"ACTION_GET_DEPARTMENT_DETAIL": "getDepartmentDetail",
|
|
@@ -1338,7 +1337,9 @@
|
|
|
1338
1337
|
"ACTION_DELETE_DEPARTMENT": "deleteDepartment",
|
|
1339
1338
|
"ACTION_UPDATE_DEPARTMENT": "updateDepartment",
|
|
1340
1339
|
"ACTION_GET_LIST_BY_POSITION": "getListByPosition",
|
|
1341
|
-
"ACTION_GET_LIST_BY_POSITION_LIST": "getListDepartmentByPositionList"
|
|
1340
|
+
"ACTION_GET_LIST_BY_POSITION_LIST": "getListDepartmentByPositionList",
|
|
1341
|
+
"ACTION_GET_DEPARTMENT_LISTS_FOR_EMPLOYEE": "getDepartmentListsForEmployee",
|
|
1342
|
+
"ACTION_VALIDATE_DEPARTMENT_POSITION_EMPLOYEES": "validateDepartmentPositionEmployees"
|
|
1342
1343
|
},
|
|
1343
1344
|
"SVC_ORGANIZATION_POSITIONS": {
|
|
1344
1345
|
"NAME": "svc-organization.positions",
|