1. connect-admin-beta-properties.json & connect-admin-production-properties.json env-properties.json: Add 'feedbackQuestionaire' property.

2. app.component.html: Add feedback component with 'feedbackQuestionaire' property.


git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@54606 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
konstantina.galouni 2019-01-21 14:53:21 +00:00
parent 65dc971304
commit 7f3295d232
5 changed files with 8 additions and 4 deletions

View File

@ -38,7 +38,8 @@
"logoutOpenaireUrl" :"http://dl067.madgik.di.uoa.gr/idp/profile/Logout",
"cookieDomain" :".openaire.eu",
"feedbackQuestionaire" :"https://docs.google.com/forms/d/e/1FAIpQLSf7AJ-1MG98qeOKL4BUNBk47AAl5MPJC6CdRu19xIhwApN3NA/viewform",
"feedbackmail" :"openaire.test@gmail.com",
"feedbackmailForMissingEntities": "feedback@openaire.eu",

View File

@ -39,6 +39,7 @@
"cookieDomain" :".openaire.eu",
"feedbackQuestionaire" :"https://docs.google.com/forms/d/e/1FAIpQLSf7AJ-1MG98qeOKL4BUNBk47AAl5MPJC6CdRu19xIhwApN3NA/viewform",
"feedbackmail" :"openaire.test@gmail.com",
"feedbackmailForMissingEntities": "feedback@openaire.eu",

View File

@ -203,6 +203,7 @@
<!-- <div class="uk-width-expand"> -->
<router-outlet></router-outlet>
</div>
<feedback *ngIf= "properties" portalName="Admin" [feedbackQuestionaire]=properties.feedbackQuestionaire></feedback>
</div>
</div>
<!--cookie-law *ngIf= "isClient" position="bottom">
@ -212,4 +213,4 @@
<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" icon="chevron-right" ratio="1"><polyline fill="none" stroke="#000" stroke-width="1.03" points="7 4 13 10 7 16"></polyline></svg>
</span></a>
</cookie-law-->
<bottom *ngIf= "isClient"></bottom>
<!-- <bottom *ngIf= "isClient"></bottom> -->

View File

@ -19,7 +19,7 @@ declare var UIkit: any;
export class AppComponent {
title = 'Metadata Registry Service';
isClient:boolean = false;
//isClient:boolean = false;
userMenuItems:MenuItem[] = [];

View File

@ -39,6 +39,7 @@
"cookieDomain" :".di.uoa.gr",
"feedbackQuestionaire" :"https://docs.google.com/forms/d/e/1FAIpQLSf7AJ-1MG98qeOKL4BUNBk47AAl5MPJC6CdRu19xIhwApN3NA/viewform",
"feedbackmail" :"openaire.test@gmail.com",
"feedbackmailForMissingEntities" :"feedback@openaire.eu",
@ -46,7 +47,7 @@
"cacheUrl" :"http://scoobydoo.di.uoa.gr:3000/get?url=",
"adminToolsAPIURL" :"http://scoobydoo.di.uoa.gr:8080/uoa-admin-tools/",
"adminToolsAPIURL" :"http://duffy.di.uoa.gr:8080/uoa-admin-tools/",
"adminToolsCommunity" :"openaire",
"communityAPI": "https://dev-openaire.d4science.org/openaire/community/",