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

changed role action mappings #97

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions data/kl/ACCESSCONTROL-ACTIONS-TEST/actions-test.json
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@
{
"id": 2552,
"name": "Create Advocate ",
"url": "/advocate/advocate/v1/_create",
"url": "/advocate/v1/_create",
"displayName": "Create Advocate",
"orderNumber": 0,
"enabled": false,
Expand All @@ -425,7 +425,7 @@
{
"id": 2553,
"name": "Update Advocate ",
"url": "/advocate/advocate/v1/_update",
"url": "/advocate/v1/_update",
"displayName": "Update Advocate",
"orderNumber": 0,
"enabled": false,
Expand All @@ -436,7 +436,7 @@
{
"id": 2554,
"name": "Search Advocate",
"url": "/advocate/advocate/v1/_search",
"url": "/advocate/v1/_search",
"displayName": "Search Advocate",
"orderNumber": 0,
"enabled": false,
Expand Down Expand Up @@ -2050,7 +2050,7 @@
{
"id": 2510,
"name": "MDMS v2 Search",
"url": "/mdms-v2/schema/v1/_search",
"url": "/egov-mdms-service/schema/v1/_search",
"parentModule": "",
"displayName": "MDMS v2",
"orderNumber": 1,
Expand Down
Loading