mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
Merge pull request #2102 from CrisGuzmanS/2101
Fix for "No option appears for Bundle when the user is loading a bitstream of an item"
This commit is contained in:
@@ -216,6 +216,9 @@ import {
|
||||
import {
|
||||
CommunitySidebarSearchListElementComponent
|
||||
} from './object-list/sidebar-search-list-element/community/community-sidebar-search-list-element.component';
|
||||
import {
|
||||
BundleListElementComponent
|
||||
} from './object-list/bundle-list-element/bundle-list-element.component';
|
||||
import {
|
||||
AuthorizedCollectionSelectorComponent
|
||||
} from './dso-selector/dso-selector/authorized-collection-selector/authorized-collection-selector.component';
|
||||
@@ -373,6 +376,7 @@ const COMPONENTS = [
|
||||
|
||||
const ENTRY_COMPONENTS = [
|
||||
// put only entry components that use custom decorator
|
||||
BundleListElementComponent,
|
||||
CollectionListElementComponent,
|
||||
CommunityListElementComponent,
|
||||
SearchResultListElementComponent,
|
||||
|
Reference in New Issue
Block a user