Commit f407867f authored by sohail amjad's avatar sohail amjad
Browse files

Merge branch 'main' of...

Merge branch 'main' of https://github.com/sohailamjad12/upsmf-registrations-and-ecreds-ui-module into titledChanged
Showing with 2 additions and 1 deletion
+2 -1
...@@ -185,6 +185,7 @@ export class AddUserComponent { ...@@ -185,6 +185,7 @@ export class AddUserComponent {
// departmentName: role === 'NODALOFFICER' ? department: role === 'GRIEVANCEADMIN' || role === 'ADMIN' ? -1 : null, // departmentName: role === 'NODALOFFICER' ? department: role === 'GRIEVANCEADMIN' || role === 'ADMIN' ? -1 : null,
phoneNumber: phoneNo, phoneNumber: phoneNo,
role: role, role: role,
entity:'Regulator',
council:council council:council
} }
...@@ -287,7 +288,7 @@ export class AddUserComponent { ...@@ -287,7 +288,7 @@ export class AddUserComponent {
// module: "grievance", // module: "grievance",
// departmentName: role === 'NODALOFFICER' ? department: role === 'GRIEVANCEADMIN' || role === 'ADMIN' ? -1 : null, // departmentName: role === 'NODALOFFICER' ? department: role === 'GRIEVANCEADMIN' || role === 'ADMIN' ? -1 : null,
phoneNumber: e.phoneNo, phoneNumber: e.phoneNo,
entity:e.role, entity:'Regulator',
role: e.role, role: e.role,
council:e.council council:e.council
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment