diff --git a/.idea/workspace.xml b/.idea/workspace.xml
new file mode 100644
index 0000000000..1663833763
--- /dev/null
+++ b/.idea/workspace.xml
@@ -0,0 +1,63 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1709185378876
+
+
+ 1709185378876
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.project b/.project
new file mode 100644
index 0000000000..b45377ede8
--- /dev/null
+++ b/.project
@@ -0,0 +1,11 @@
+
+
+ egov-mdms-data
+
+
+
+
+
+
+
+
diff --git a/data/pg/ACCESSCONTROL-ACTIONS-TEST/actions-test.json b/data/pg/ACCESSCONTROL-ACTIONS-TEST/actions-test.json
index a50f9cc40e..57635dc91e 100644
--- a/data/pg/ACCESSCONTROL-ACTIONS-TEST/actions-test.json
+++ b/data/pg/ACCESSCONTROL-ACTIONS-TEST/actions-test.json
@@ -5014,6 +5014,27 @@
"serviceCode": "FSM",
"code": "null",
"path": ""
+ }, {
+ "id": 2013,
+ "name": "Profile Update",
+ "url": "/user/profile/_update",
+ "displayName": "Profile Update",
+ "orderNumber": 1,
+ "enabled": false,
+ "serviceCode": "ADMIN",
+ "code": "null",
+ "path": "Administration.Profile Update"
+ }
+ , {
+ "id": 2014,
+ "name": "Search User",
+ "url": "user/_search",
+ "displayName": "Search User",
+ "orderNumber": 1,
+ "enabled": false,
+ "serviceCode": "ADMIN",
+ "code": "null",
+ "path": "Administration.Update Password"
}
]
}
diff --git a/data/pg/ACCESSCONTROL-ROLEACTIONS/roleactions.json b/data/pg/ACCESSCONTROL-ROLEACTIONS/roleactions.json
index e3cc2c7da6..7f34cd27be 100644
--- a/data/pg/ACCESSCONTROL-ROLEACTIONS/roleactions.json
+++ b/data/pg/ACCESSCONTROL-ROLEACTIONS/roleactions.json
@@ -5600,5 +5600,28 @@
"actioncode": "",
"tenantId": "pg"
}
+ ,{
+ "rolecode": "EMPLOYEE",
+ "actionid": 2013,
+ "actioncode": "",
+ "tenantId": "pg"
+ },{
+ "rolecode": "SUPERUSER",
+ "actionid": 2013,
+ "actioncode": "",
+ "tenantId": "pg"
+ },
+ {
+ "rolecode": "SUPERUSER",
+ "actionid": 2014,
+ "actioncode": "",
+ "tenantId": "pg"
+ },
+ {
+ "rolecode": "EMPLOYEE",
+ "actionid": 2014,
+ "actioncode": "",
+ "tenantId": "pg"
+ }
]
}