Skip to content

Commit

Permalink
chore(roles-seeding): add BPDM Pool Consumer
Browse files Browse the repository at this point in the history
  • Loading branch information
evegufy committed Apr 11, 2024
1 parent f709077 commit 765c520
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
"user_role_id": "34c42896-a003-4653-af8f-ba06ca595752",
"user_role_collection_id": "1a24eca5-901f-4191-84a7-4ef09a894575"
},
{
"user_role_id": "607818be-4978-41f4-bf63-fa6d2de51262",
"user_role_collection_id": "1a24eca5-901f-4191-84a7-4ef09a894575"
},
{
"user_role_id": "58f897ec-0aad-4588-8ffa-5f45d6638633",
"user_role_collection_id": "8cb12ea2-aed4-4d75-b041-ba297df3d2f2"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -228,5 +228,15 @@
"user_role_id": "ec3a3005-b59c-4319-a8eb-3228984cd6e5",
"language_short_name": "en",
"description": "BPDM Sharing Input Manager - description tbd"
},
{
"user_role_id": "607818be-4978-41f4-bf63-fa6d2de51262",
"language_short_name": "de",
"description": "BPDM Pool Consumer - Beschreibung tbd"
},
{
"user_role_id": "607818be-4978-41f4-bf63-fa6d2de51262",
"language_short_name": "en",
"description": "BPDM Pool Consumer - description tbd"
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -142,5 +142,11 @@
"user_role": "BPDM Sharing Input Manager",
"offer_id": "0ffcb416-1101-4ba6-8d4a-a9dfa31745a4",
"last_editor_id": null
},
{
"id": "607818be-4978-41f4-bf63-fa6d2de51262",
"user_role": "BPDM Pool Consumer",
"offer_id": "0ffcb416-1101-4ba6-8d4a-a9dfa31745a4",
"last_editor_id": null
}
]

0 comments on commit 765c520

Please sign in to comment.