[Trunk|Explore]:
1. home.component: 'link' parameter for searchForm.component changed from 'true' to the value of the link. 2. env-properties.json: 'environment' property changed from 'beta' to 'development'. git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@55221 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
49a74215e5
commit
33a54b02a6
|
@ -12,7 +12,7 @@
|
|||
<div class="search_box_bg uk-grid-large uk-flex-middle uk-grid uk-grid-stack" uk-grid="">
|
||||
<div class="uk-width-1-1@m uk-first-column">
|
||||
<div data-id="page#4">
|
||||
<search-form placeholderText="Search in OpenAIRE for scholarly works" link=true></search-form>
|
||||
<search-form placeholderText="Search in OpenAIRE for scholarly works" link="/search/find"></search-form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"environment" : "beta",
|
||||
"environment" : "development",
|
||||
"enablePiwikTrack" : false,
|
||||
"enableHelper" : true,
|
||||
"useCache" : false,
|
||||
|
|
Loading…
Reference in New Issue