[CST-9636] Added select bitstreams modal and made it work

This commit is contained in:
Enea Jahollari
2023-05-09 16:41:40 +02:00
parent 301863fb80
commit a088641e5c
14 changed files with 229 additions and 10 deletions

View File

@@ -271,6 +271,7 @@ import { GroupSearchBoxComponent } from './eperson-group-list/group-search-box/g
import {
ThemedItemPageTitleFieldComponent
} from '../item-page/simple/field-components/specific-field/title/themed-item-page-field.component';
import { BitstreamListItemComponent } from './object-list/bitstream-list-item/bitstream-list-item.component';
const MODULES = [
CommonModule,
@@ -395,6 +396,7 @@ const ENTRY_COMPONENTS = [
SearchResultGridElementComponent,
ItemListElementComponent,
ItemGridElementComponent,
BitstreamListItemComponent,
ItemSearchResultListElementComponent,
ItemSearchResultGridElementComponent,
BrowseEntryListElementComponent,