user group
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import { UmbWorkspaceNodeContext } from '../../../backoffice/core/components/workspace/workspace-context/workspace-node.context';
|
||||
import type { UmbUserGroupStore, UmbUserGroupStoreItemType } from 'src/auth/user-groups/user-group.store';
|
||||
import { UmbControllerHostInterface } from 'src/core/controller/controller-host.mixin';
|
||||
|
||||
const DefaultDataTypeData = {
|
||||
key: '',
|
||||
@@ -17,7 +18,7 @@ export class UmbWorkspaceUserGroupContext extends UmbWorkspaceNodeContext<
|
||||
UmbUserGroupStoreItemType,
|
||||
UmbUserGroupStore
|
||||
> {
|
||||
constructor(target: HTMLElement, entityKey: string) {
|
||||
super(target, DefaultDataTypeData, 'umbUserStore', entityKey, 'userGroup');
|
||||
constructor(host: UmbControllerHostInterface, entityKey: string) {
|
||||
super(host, DefaultDataTypeData, 'umbUserStore', entityKey, 'userGroup');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user