-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add new person as user in organization (#1220)
* can now add new user (person) * Add error handling and tests; update localization strings * made story and mocked new endpoint in GUI * added check of ModelState to BFF endpoint * fixed missing sign * minor fixes * fix warning * added yet another test * renamed file * remove unnecesary line --------- Co-authored-by: Vedeler <[email protected]>
- Loading branch information
Showing
26 changed files
with
763 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
...ment.UI.Mocks/Data/AccessPackage/GetDelegations/ebd192ea-753b-448e-9226-95e8c439bd9f.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
[ | ||
] |
9 changes: 9 additions & 0 deletions
9
...cessManagement.UI/Altinn.AccessManagement.UI.Mocks/Data/Register/Persons/19895199357.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"FirstName": "Intelligent", | ||
"MiddleName": "", | ||
"LastName": "Albatross", | ||
"Address": "Gata 2", | ||
"MailingAddress": "[email protected]", | ||
"DateOfBirth": null, | ||
"DateOfDeath": null | ||
} |
9 changes: 9 additions & 0 deletions
9
...cessManagement.UI/Altinn.AccessManagement.UI.Mocks/Data/Register/Persons/20838198385.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"FirstName": "Sitrongul", | ||
"MiddleName": "", | ||
"LastName": "Medaljong", | ||
"Address": "Gata", | ||
"MailingAddress": "[email protected]", | ||
"DateOfBirth": null, | ||
"DateOfDeath": null | ||
} |
9 changes: 9 additions & 0 deletions
9
...cessManagement.UI/Altinn.AccessManagement.UI.Mocks/Data/Register/Persons/21915399719.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"FirstName": "Livsglad", | ||
"MiddleName": "", | ||
"LastName": "Film", | ||
"Address": "Gata 3", | ||
"MailingAddress": "[email protected]", | ||
"DateOfBirth": null, | ||
"DateOfDeath": null | ||
} |
4 changes: 4 additions & 0 deletions
4
...nt.UI.Mocks/Data/RightHolders/RightHolderAccess/ebd192ea-753b-448e-9226-95e8c439bd9f.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"accessPackages": [], | ||
"services": [] | ||
} |
Oops, something went wrong.