mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-10 11:33:04 +00:00
66156: Hide tabbox on single tab, merged filtered- and configuration-search-page into one component and added configuration option to tabs
This commit is contained in:
@@ -37,7 +37,10 @@
|
||||
</div>
|
||||
<div class="mt-5 w-100">
|
||||
<ds-tabbed-related-entities-search [item]="object"
|
||||
[relationTypes]="['isJournalOfPublication']">
|
||||
[relationTypes]="[{
|
||||
label: 'isJournalOfPublication',
|
||||
filter: 'isJournalOfPublication'
|
||||
}]">
|
||||
</ds-tabbed-related-entities-search>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user