Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added the mdms admin changes #174

Merged
merged 1 commit into from
Dec 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
25 changes: 24 additions & 1 deletion data/od/ACCESSCONTROL-ACTIONS-TEST/actions-test.json
Original file line number Diff line number Diff line change
Expand Up @@ -1903,6 +1903,29 @@
"serviceCode": "MDMS",
"code": "null",
"path": ""
}
},
{
"id": 160,
"name": "schema Create",
"url": "/mdms-v2/schema/v1/_create",
"parentModule": "",
"displayName": "Schema Create",
"orderNumber": 0,
"enabled": false,
"serviceCode": "",
"code": "null",
"path": ""
},
{
"id": 161,
"name": "Search PQM Application",
"url": "/mdms-v2/schema/v1/_search",
"displayName": "Search PQM Applications",
"orderNumber": 0,
"enabled": false,
"serviceCode": "PQM",
"code": "null",
"path": ""
}
]
}
12 changes: 12 additions & 0 deletions data/od/ACCESSCONTROL-ROLEACTIONS/roleactions.json
Original file line number Diff line number Diff line change
Expand Up @@ -1524,6 +1524,18 @@
"actionid": 142,
"actioncode": "",
"tenantId": "od"
},
{
"rolecode": "MDMS_ADMIN",
"actionid": 160,
"actioncode": "",
"tenantId": "pg"
},
{
"rolecode": "MDMS_ADMIN",
"actionid": 161,
"actioncode": "",
"tenantId": "pg"
}
]
}
5 changes: 5 additions & 0 deletions data/od/ACCESSCONTROL-ROLES/roles.json
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,11 @@
"code": "MDMS_CITY_ADMIN",
"name": "MDMS CITY ADMIN",
"description": "Mdms City Admin"
},
{
"code": "MDMS_ADMIN",
"name": "MDMS Admin",
"description": "Default role for workbench user"
}
]
}