Skip to content
Snippets Groups Projects

fix: show selected structures in admin user page

All threads resolved!
@@ -24,6 +24,7 @@ import {MatDialog} from "@angular/material/dialog";
import {ActivatedRoute} from "@angular/router";
import {appActionNameSpace} from "@app/stores/app.action";
import {AppState} from "@app/stores/app.state";
import {AppPersonStructureRoleAction} from "@app/stores/person/structure/app-person-structure-role.action";
import {
Person,
Structure,
@@ -77,9 +78,6 @@ export class AdminUserDetailEditRoutable extends AbstractDetailEditCommonRoutabl
isLoadingStructureObs: Observable<boolean> = MemoizedUtil.isLoading(this._store, SharedStructureState);
selectedStructureRoleObs: Observable<StructureRole[]> = MemoizedUtil.selected(this._store, AdminPersonStructureRoleState);
@OverrideProperty()
getByIdIfAlreadyInState: boolean = false;
@OverrideProperty()
checkAvailableResourceNameSpace: ResourceNameSpace = sharedUserActionNameSpace;
Loading