mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 10:34:15 +00:00
98376: Replaced EPersonListComponent with MembersListComponent & display error for empty reviewers list
This commit is contained in:
@@ -10,7 +10,6 @@ import { MembersListComponent } from './group-registry/group-form/members-list/m
|
||||
import { SubgroupsListComponent } from './group-registry/group-form/subgroup-list/subgroups-list.component';
|
||||
import { GroupsRegistryComponent } from './group-registry/groups-registry.component';
|
||||
import { FormModule } from '../shared/form/form.module';
|
||||
import { EPersonListComponent } from './group-registry/group-form/eperson-list/eperson-list.component';
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
@@ -21,7 +20,7 @@ import { EPersonListComponent } from './group-registry/group-form/eperson-list/e
|
||||
FormModule,
|
||||
],
|
||||
exports: [
|
||||
EPersonListComponent,
|
||||
MembersListComponent,
|
||||
],
|
||||
declarations: [
|
||||
EPeopleRegistryComponent,
|
||||
@@ -30,7 +29,6 @@ import { EPersonListComponent } from './group-registry/group-form/eperson-list/e
|
||||
GroupFormComponent,
|
||||
SubgroupsListComponent,
|
||||
MembersListComponent,
|
||||
EPersonListComponent,
|
||||
],
|
||||
})
|
||||
/**
|
||||
|
Reference in New Issue
Block a user