mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
66156: Persons and Projects search tabs on OrgUnit pages + mantis fix
This commit is contained in:
@@ -822,6 +822,10 @@
|
||||
|
||||
"item.page.relationships.isJournalOfPublication": "Publications",
|
||||
|
||||
"item.page.relationships.isOrgUnitOfPerson": "Persons",
|
||||
|
||||
"item.page.relationships.isOrgUnitOfProject": "Projects",
|
||||
|
||||
"item.page.subject": "Keywords",
|
||||
|
||||
"item.page.uri": "URI",
|
||||
@@ -1272,6 +1276,8 @@
|
||||
|
||||
"project.page.titleprefix": "Research Project: ",
|
||||
|
||||
"project.search.results.head": "Project Search Results",
|
||||
|
||||
|
||||
|
||||
"publication.listelement.badge": "Publication",
|
||||
|
@@ -49,4 +49,18 @@
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="mt-5 w-100">
|
||||
<ds-tabbed-related-entities-search [item]="object"
|
||||
[relationTypes]="[{
|
||||
label: 'isOrgUnitOfPerson',
|
||||
filter: 'isOrgUnitOfPerson',
|
||||
configuration: 'person'
|
||||
},
|
||||
{
|
||||
label: 'isOrgUnitOfProject',
|
||||
filter: 'isOrgUnitOfProject',
|
||||
configuration: 'project'
|
||||
}]">
|
||||
</ds-tabbed-related-entities-search>
|
||||
</div>
|
||||
</div>
|
||||
|
@@ -74,3 +74,20 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<ds-tabbed-related-entities-search class="w-100"
|
||||
[item]="object"
|
||||
[relationTypes]="[{
|
||||
label: 'isOrgUnitOfPerson',
|
||||
filter: 'isOrgUnitOfPerson',
|
||||
configuration: 'person'
|
||||
},
|
||||
{
|
||||
label: 'isOrgUnitOfProject',
|
||||
filter: 'isOrgUnitOfProject',
|
||||
configuration: 'project'
|
||||
}]">
|
||||
</ds-tabbed-related-entities-search>
|
||||
</div>
|
||||
</div>
|
@@ -1,4 +1,4 @@
|
||||
@import 'src/app/entity-groups/research-entities/item-pages/orgunit/orgunit.component.scss';
|
||||
@import 'src/app/entity-groups/research-entities/item-pages/org-unit/org-unit.component.scss';
|
||||
|
||||
:host {
|
||||
> * {
|
Reference in New Issue
Block a user