mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
Merge remote-tracking branch 'alex/fix-scope-issues-on-search-form_contribute-7.6' into w2p-121534_removed-metadata-export-search-request-for-non-admins-on-search_contribute-main
This commit is contained in:
@@ -160,7 +160,7 @@ export class SearchFacetFilterComponent implements OnInit, OnDestroy {
|
||||
this.currentUrl = this.router.url;
|
||||
this.currentPage = this.getCurrentPage().pipe(distinctUntilChanged());
|
||||
this.searchOptions$ = this.searchConfigService.searchOptions.pipe(
|
||||
map((options: SearchOptions) => hasNoValue(this.scope) ? options : Object.assign({}, options, {
|
||||
map((options: SearchOptions) => hasNoValue(this.scope) ? options : Object.assign(new SearchOptions(options), {
|
||||
scope: this.scope,
|
||||
})),
|
||||
);
|
||||
|
Reference in New Issue
Block a user