-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SELC-5823 add check if delegation is present in getInstituions list
- Loading branch information
1 parent
ddef923
commit dd60436
Showing
3 changed files
with
32 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,7 +42,7 @@ export const mockedBaseParties: Array<BaseParty> = [ | |
userRole: 'ADMIN', | ||
}, | ||
{ | ||
partyId: '6', | ||
partyId: 'institutionId0', | ||
description: 'Scuola Media Oswald Von Wolkenstein di Bressa', | ||
status: 'ACTIVE', | ||
userRole: 'ADMIN', | ||
|
@@ -601,7 +601,7 @@ export const mockedParties: Array<Party> = [ | |
{ | ||
description: 'Scuola Media Oswald Von Wolkenstein di Bressa', | ||
urlLogo: 'image', | ||
partyId: '6', | ||
partyId: 'institutionId0', | ||
digitalAddress: '[email protected]', | ||
fiscalCode: '111122211111', | ||
category: 'Comuni e loro Consorzi e Associazioni', | ||
|