Merge pull request #2296 from atmire/w2p-101127_browse-by-controlled-vocabulary-7.6.0-next

Browse by Controlled Vocab on Community/Collection homepages
This commit is contained in:
Tim Donohue
2023-06-07 16:43:30 -05:00
committed by GitHub
2 changed files with 7 additions and 1 deletions

View File

@@ -6,5 +6,9 @@
(deselect)="onDeselect($event)">
</ds-vocabulary-treeview>
</div>
<a class="btn btn-primary" [routerLink]="['/search']" [queryParams]="queryParams">{{ 'browse.taxonomy.button' | translate }}</a>
<a class="btn btn-primary"
[routerLink]="['/search']"
[queryParams]="queryParams"
[queryParamsHandling]="'merge'">
{{ 'browse.taxonomy.button' | translate }}</a>
</div>

View File

@@ -775,6 +775,8 @@
"browse.comcol.by.subject": "By Subject",
"browse.comcol.by.srsc": "By Subject Category",
"browse.comcol.by.title": "By Title",
"browse.comcol.head": "Browse",