mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-16 14:33:03 +00:00
[CST-9636] Added access control components in community, item and collection edit page
This commit is contained in:
@@ -38,6 +38,7 @@ import { IdentifierDataService } from '../../core/data/identifier-data.service';
|
||||
import { IdentifierDataComponent } from '../../shared/object-list/identifier-data/identifier-data.component';
|
||||
import { ItemRegisterDoiComponent } from './item-register-doi/item-register-doi.component';
|
||||
import { DsoSharedModule } from '../../dso-shared/dso-shared.module';
|
||||
import { ItemAccessControlComponent } from './item-access-control/item-access-control.component';
|
||||
|
||||
|
||||
/**
|
||||
@@ -81,7 +82,8 @@ import { DsoSharedModule } from '../../dso-shared/dso-shared.module';
|
||||
VirtualMetadataComponent,
|
||||
ItemAuthorizationsComponent,
|
||||
IdentifierDataComponent,
|
||||
ItemRegisterDoiComponent
|
||||
ItemRegisterDoiComponent,
|
||||
ItemAccessControlComponent
|
||||
],
|
||||
providers: [
|
||||
BundleDataService,
|
||||
|
Reference in New Issue
Block a user