-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into my-pages/healthcenter-update
- Loading branch information
Showing
15 changed files
with
99 additions
and
244 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
8 changes: 8 additions & 0 deletions
8
apps/services/auth/public-api/test/mocks/companyRegistryClientService.mock.ts
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,8 @@ | ||
import { CompanyRegistryClientService } from '@island.is/clients/rsk/company-registry' | ||
|
||
export const CompanyRegistryClientServiceMock: Partial<CompanyRegistryClientService> = | ||
{ | ||
getCompany() { | ||
return Promise.resolve(null) | ||
}, | ||
} |
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 |
---|---|---|
@@ -1,3 +1,4 @@ | ||
export * from './einstaklingurApi.mock' | ||
export * from './rskProcuringClient.mock' | ||
export * from './featureFlagService.mock' | ||
export * from './companyRegistryClientService.mock' |
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
162 changes: 0 additions & 162 deletions
162
libs/portals/admin/petition/src/components/ExportList/MyPdfDocument/index.tsx
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-6.22 KB
libs/portals/admin/petition/src/components/ExportList/MyPdfDocument/island.png
Binary file not shown.
Binary file removed
BIN
-7.29 KB
libs/portals/admin/petition/src/components/ExportList/MyPdfDocument/thjodskra.png
Binary file not shown.
37 changes: 0 additions & 37 deletions
37
libs/portals/admin/petition/src/components/ExportList/downloadCSV.ts
This file was deleted.
Oops, something went wrong.
5 changes: 5 additions & 0 deletions
5
libs/portals/admin/petition/src/components/ExportList/exportList.graphql
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,5 @@ | ||
mutation ExportList($input: ExportEndorsementListInput!) { | ||
endorsementSystemExportList(input: $input) { | ||
url | ||
} | ||
} |
Oops, something went wrong.