[Admin |Trunk ]

- reinstall library
- Update properties: correct https for indexInfoAPI
-Customization: fix reseting the preview url after click reset button


git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@61034 d315682c-612b-4755-9ff5-7f18f6832af3
master
argiro.kokogiannaki 3 years ago
parent 9362e91aa3
commit a380fadd77

Binary file not shown.

@ -173,7 +173,7 @@ export class CustomizationComponent implements OnInit {
}
resetLayout() {
this.initializeCustomizationOptions(JSON.stringify(this.appliedCustomizationOptions) != this.previewCustomization);
this.initializeCustomizationOptions(JSON.stringify(this.publishedCustomizationOptions) != this.previewCustomization);
}
resetBackgroundsTo(backgrounds) {
this.draftCustomizationOptions.backgrounds.dark.color = backgrounds.dark.color;

@ -84,7 +84,7 @@ export let properties: EnvProperties = {
widgetLink: "https://beta.openaire.eu/index.php?option=com_openaire&view=widget&format=raw&projectId=",
claimsInformationLink: "https://beta.openaire.eu/linking",
lastIndexUpdate: "2020-05-06",
indexInfoAPI: "http://beta.services.openaire.eu/openaire/info/",
indexInfoAPI: "https://beta.services.openaire.eu/openaire/info/",
admins: ["rcd-helpdesk@openaire.eu"],
adminPortalURL: "https://beta.admin.connect.openaire.eu"
};

@ -83,8 +83,8 @@ export let properties: EnvProperties = {
showLastIndexInformationLink: false,
widgetLink: "https://www.openaire.eu/index.php?option=com_openaire&view=widget&format=raw&projectId=",
claimsInformationLink: "https://www.openaire.eu/linking",
lastIndexUpdate: "2019-07-24",
indexInfoAPI: "http://services.openaire.eu/openaire/info/",
lastIndexUpdate: "2020-12-17",
indexInfoAPI: "https://services.openaire.eu/openaire/info/",
admins: ["rcd-helpdesk@openaire.eu"],
adminPortalURL: "https://admin.connect.openaire.eu"
};

Loading…
Cancel
Save