mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +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:
@@ -62,6 +62,9 @@
|
||||
<h3 class="h2">{{"item.page.journal.search.title" | translate}}</h3>
|
||||
</div>
|
||||
<ds-tabbed-related-entities-search [item]="object"
|
||||
[relationTypes]="['isJournalOfPublication']">
|
||||
[relationTypes]="[{
|
||||
label: 'isJournalOfPublication',
|
||||
filter: 'isJournalOfPublication'
|
||||
}]">
|
||||
</ds-tabbed-related-entities-search>
|
||||
</div>
|
||||
|
@@ -80,6 +80,9 @@
|
||||
<h3 class="h2">{{"item.page.person.search.title" | translate}}</h3>
|
||||
</div>
|
||||
<ds-tabbed-related-entities-search [item]="object"
|
||||
[relationTypes]="['isAuthorOfPublication']">
|
||||
[relationTypes]="[{
|
||||
label: 'isAuthorOfPublication',
|
||||
filter: 'isAuthorOfPublication'
|
||||
}]">
|
||||
</ds-tabbed-related-entities-search>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user