Merge branch CST-5249_suggestion of https://github.com/4Science/DSpace into CST-11299

This commit is contained in:
Francesco Bacchelli
2023-08-22 11:16:30 +02:00
parent f31d4d5276
commit 9b556fd703
27 changed files with 193 additions and 62 deletions

View File

@@ -156,6 +156,8 @@ import { ItemStatusComponent } from './app/item-page/edit-item-page/item-status/
import { EditBitstreamPageComponent } from './app/bitstream-page/edit-bitstream-page/edit-bitstream-page.component';
import { FormModule } from '../../app/shared/form/form.module';
import { RequestCopyModule } from 'src/app/request-copy/request-copy.module';
import { SuggestionNotificationsModule } from '../../app/suggestion-notifications/suggestion-notifications.module';
const DECLARATIONS = [
FileSectionComponent,
@@ -299,6 +301,7 @@ const DECLARATIONS = [
NgxGalleryModule,
FormModule,
RequestCopyModule,
SuggestionNotificationsModule
],
declarations: DECLARATIONS,
exports: [