1. Add 'lastIndexInformationLink', 'showLastIndexInformationLink', 'widgetLink' properties.
2. depositPublications.component, dataProvider.component, project.component: Use 'statisticsFrameAPIURL' for map and statistics tab instead of raw url. 3. project.component: Use 'widgetLink' for dynamic html in appbox instead of raw url. 4. Add 'lastIndexInformationLink' button when 'showLastIndexInformationLink' is true in search pages (Search Find, Search {Entity}, Advanced Search {Entity}, Search table view). git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@53475 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
d205a15c32
commit
76a8b27370
|
@ -95,5 +95,10 @@
|
||||||
"searchLinkToAdvancedOrps" : "/search/advanced/other",
|
"searchLinkToAdvancedOrps" : "/search/advanced/other",
|
||||||
"searchLinkToAdvancedDataProviders" : "/search/advanced/dataproviders",
|
"searchLinkToAdvancedDataProviders" : "/search/advanced/dataproviders",
|
||||||
"searchLinkToAdvancedOrganizations" : "/search/advanced/organizations",
|
"searchLinkToAdvancedOrganizations" : "/search/advanced/organizations",
|
||||||
"searchLinkToAdvancedPeople" : "/search/advanced/people"
|
"searchLinkToAdvancedPeople" : "/search/advanced/people",
|
||||||
|
|
||||||
|
"lastIndexInformationLink" : "https://www.openaire.eu/aggregation-and-content-provision-workflows",
|
||||||
|
"showLastIndexInformationLink" : true,
|
||||||
|
|
||||||
|
"widgetLink" : "https://beta.openaire.eu/index.php?option=com_openaire&view=widget&format=raw&projectId="
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue