mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
Fixed merge with main
This commit is contained in:
@@ -289,6 +289,8 @@ export class SearchFacetFilterComponent implements OnInit, OnDestroy {
|
||||
return {
|
||||
displayValue: this.getDisplayValue(facet, data),
|
||||
value: stripOperatorFromFilterValue(this.getFacetValue(facet))
|
||||
};
|
||||
});
|
||||
}
|
||||
));
|
||||
}
|
||||
|
@@ -412,7 +412,6 @@ const COMPONENTS = [
|
||||
VocabularyTreeviewComponent,
|
||||
AuthorizedCollectionSelectorComponent,
|
||||
CurationFormComponent,
|
||||
PublicationListElementComponent,
|
||||
SearchResultListElementComponent,
|
||||
SearchResultGridElementComponent,
|
||||
ItemListElementComponent,
|
||||
@@ -427,8 +426,6 @@ const COMPONENTS = [
|
||||
MetadataRepresentationListElementComponent,
|
||||
DsDynamicLookupRelationSearchTabComponent,
|
||||
DsDynamicLookupRelationSelectionTabComponent,
|
||||
PublicationGridElementComponent,
|
||||
PublicationSearchResultGridElementComponent,
|
||||
ItemMetadataRepresentationListElementComponent,
|
||||
DsDynamicLookupRelationExternalSourceTabComponent,
|
||||
BundleListElementComponent,
|
||||
|
Reference in New Issue
Block a user