Skip to content

Commit

Permalink
feat(seeding): added new bpdm roles (#393)
Browse files Browse the repository at this point in the history
Refs: CPLP-3582
Reviewed-By: Phil Schneider <[email protected]>
  • Loading branch information
VPrasannaK94 authored Jan 2, 2024
1 parent 514d2ed commit 41ab853
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -208,5 +208,25 @@
"user_role_id": "9956fa8d-e454-49ca-a3b1-83e2c106fe59",
"language_short_name": "en",
"description": "View, add and delete business partner records from the business partner data pool."
},
{
"user_role_id": "ec3a3005-b59c-4319-a8eb-3228014cd6e6",
"language_short_name": "de",
"description": "Zugriff auf das BPDM Gate - lesend."
},
{
"user_role_id": "ec3a3005-b59c-4319-a8eb-3228014cd6e6",
"language_short_name": "en",
"description": "Access to the BPDM Gate Read data."
},
{
"user_role_id": "ec3a3005-b59c-4319-a8eb-3228014cd6e5",
"language_short_name": "de",
"description": "Zugriff auf das BPDM Gate - lesend & schreibend."
},
{
"user_role_id": "ec3a3005-b59c-4319-a8eb-3228014cd6e5",
"language_short_name": "en",
"description": "Access to the BPDM Gate Read & Write data."
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -130,5 +130,17 @@
"user_role": "CX Membership Info",
"offer_id": "0ffcb416-1101-4ba6-8d4a-a9dfa31745a4",
"last_editor_id": null
},
{
"id": "ec3a3005-b59c-4319-a8eb-3228014cd6e6",
"user_role": "BPDM Gate Read",
"offer_id": "0ffcb416-1101-4ba6-8d4a-a9dfa31745a4",
"last_editor_id": null
},
{
"id": "ec3a3005-b59c-4319-a8eb-3228014cd6e5",
"user_role": "BPDM Gate Read & Write",
"offer_id": "0ffcb416-1101-4ba6-8d4a-a9dfa31745a4",
"last_editor_id": null
}
]

0 comments on commit 41ab853

Please sign in to comment.