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

OZG-6720 CR

parent 3a9136d6
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
<ng-container *ngIf="organisationsEinheitListStateResource$ | async as organisationsEinheitListStateResource">
<ozgcloud-spinner [stateResource]="organisationsEinheitListStateResource">
<admin-organisationseinheit-list
[organisationsEinheitResources]="organisationsEinheitListStateResource.resource | toEmbeddedResources: organisationsEinheitListLinkRel.LIST"
[organisationsEinheitResources]="organisationsEinheitListStateResource.resource | toEmbeddedResources: OrganisationsEinheitListLinkRel.LIST"
data-test-id="organisations-einheit-list"
/>
</ozgcloud-spinner>
......
......@@ -12,7 +12,7 @@ import { OrganisationsEinheitService } from '../organisationseinheit.service';
export class OrganisationsEinheitContainerComponent implements OnInit {
organisationsEinheitListStateResource$: Observable<StateResource<AdminOrganisationsEinheitListResource>>;
public readonly organisationsEinheitListLinkRel = OrganisationsEinheitListLinkRel;
public readonly OrganisationsEinheitListLinkRel = OrganisationsEinheitListLinkRel;
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