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