[CST-7755] LYRASIS: Supervisor orders (Angular)

This commit is contained in:
Sufiyan Shaikh
2022-12-29 18:16:54 +05:30
parent 4915f10b0e
commit 09781c9057
47 changed files with 1531 additions and 52 deletions

View File

@@ -315,6 +315,10 @@ import { MenuModule } from './menu/menu.module';
import {
ListableNotificationObjectComponent
} from './object-list/listable-notification-object/listable-notification-object.component';
import { SupervisionGroupSelectorComponent } from './dso-selector/modal-wrappers/supervision-group-selector/supervision-group-selector.component';
import { EpersonGroupListComponent } from './form/eperson-group-list/eperson-group-list.component';
import { EpersonSearchBoxComponent } from './form/eperson-group-list/eperson-search-box/eperson-search-box.component';
import { GroupSearchBoxComponent } from './form/eperson-group-list/group-search-box/group-search-box.component';
const MODULES = [
CommonModule,
@@ -436,6 +440,10 @@ const COMPONENTS = [
ItemPageTitleFieldComponent,
ThemedSearchNavbarComponent,
ListableNotificationObjectComponent,
EpersonGroupListComponent,
EpersonSearchBoxComponent,
GroupSearchBoxComponent,
SupervisionGroupSelectorComponent
];
const ENTRY_COMPONENTS = [
@@ -498,6 +506,10 @@ const ENTRY_COMPONENTS = [
CommunitySidebarSearchListElementComponent,
ScopeSelectorModalComponent,
ListableNotificationObjectComponent,
EpersonGroupListComponent,
EpersonSearchBoxComponent,
GroupSearchBoxComponent,
SupervisionGroupSelectorComponent
];
const SHARED_ITEM_PAGE_COMPONENTS = [