Skip to content
Snippets Groups Projects
Commit cf1bdddb authored by OZGCloud's avatar OZGCloud
Browse files

OZG-6720 CR

parent 3a9136d6
Branches
Tags
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<ng-container *ngIf="organisationsEinheitListStateResource$ | async as organisationsEinheitListStateResource"> <ng-container *ngIf="organisationsEinheitListStateResource$ | async as organisationsEinheitListStateResource">
<ozgcloud-spinner [stateResource]="organisationsEinheitListStateResource"> <ozgcloud-spinner [stateResource]="organisationsEinheitListStateResource">
<admin-organisationseinheit-list <admin-organisationseinheit-list
[organisationsEinheitResources]="organisationsEinheitListStateResource.resource | toEmbeddedResources: organisationsEinheitListLinkRel.LIST" [organisationsEinheitResources]="organisationsEinheitListStateResource.resource | toEmbeddedResources: OrganisationsEinheitListLinkRel.LIST"
data-test-id="organisations-einheit-list" data-test-id="organisations-einheit-list"
/> />
</ozgcloud-spinner> </ozgcloud-spinner>
......
...@@ -12,7 +12,7 @@ import { OrganisationsEinheitService } from '../organisationseinheit.service'; ...@@ -12,7 +12,7 @@ import { OrganisationsEinheitService } from '../organisationseinheit.service';
export class OrganisationsEinheitContainerComponent implements OnInit { export class OrganisationsEinheitContainerComponent implements OnInit {
organisationsEinheitListStateResource$: Observable<StateResource<AdminOrganisationsEinheitListResource>>; organisationsEinheitListStateResource$: Observable<StateResource<AdminOrganisationsEinheitListResource>>;
public readonly organisationsEinheitListLinkRel = OrganisationsEinheitListLinkRel; public readonly OrganisationsEinheitListLinkRel = OrganisationsEinheitListLinkRel;
constructor(private organisationsEinheitService: OrganisationsEinheitService) {} constructor(private organisationsEinheitService: OrganisationsEinheitService) {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment