[Explore | trunk]
- package.json remove unused dependencies - update/ correct beta properties git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@60184 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
09af1f2f2b
commit
79c8741cf2
|
@ -167,7 +167,6 @@
|
|||
"assets": [
|
||||
"src/assets",
|
||||
"src/robots.txt",
|
||||
"src/sitemap.xml",
|
||||
{
|
||||
"glob": "**/*",
|
||||
"input": "src/sitemaps",
|
||||
|
|
|
@ -55,7 +55,6 @@
|
|||
"@nguniversal/module-map-ngfactory-loader": "^6.0.0",
|
||||
"@types/express": "^4.16.1",
|
||||
"angular-datatables": "^4.4.1",
|
||||
"citation-js": "^0.3.4",
|
||||
"clipboard": "^1.5.16",
|
||||
"core-js": "^2.4.1",
|
||||
"datatables.net": "^1.10.19",
|
||||
|
@ -65,7 +64,6 @@
|
|||
"prom-client": "^11.3.0",
|
||||
"ts-md5": "^1.2.0",
|
||||
"tslib": "^1.9.0",
|
||||
"wikidata-sdk": "^5.2.9",
|
||||
"ng-recaptcha": "^3.0.5",
|
||||
"zone.js": "^0.8.26"
|
||||
},
|
||||
|
|
|
@ -91,7 +91,7 @@ export class AppComponent {
|
|||
this.properties = this.propertiesService.envSpecific;
|
||||
this.configurationService.initCommunityInformation(this.properties, this.properties.adminToolsCommunity);
|
||||
this.feedbackmail = this.properties.feedbackmail;
|
||||
if(this.properties.environment == "production") {
|
||||
if(this.properties.environment == "production" || this.properties.environment == "development") {
|
||||
this.subscriptions.push(this.route.queryParams.subscribe(data => {
|
||||
this._meta.updateTag({content: 'all', name: 'robots'});
|
||||
}));
|
||||
|
@ -129,7 +129,7 @@ export class AppComponent {
|
|||
//TODO add check for research results route
|
||||
this.menuItems = [
|
||||
{
|
||||
rootItem: new MenuItem("search", "Search", "", "/search/find", false, [], ["/search/find"], {}),
|
||||
rootItem: new MenuItem("search", "Search", "", "/search/find", false, [], ["/search/find"], {qf:true}),
|
||||
items: [
|
||||
new MenuItem("", "Research Outcomes", "", "/search/find/research-outcomes", false, [], ["/search/find/research-outcomes"], {qf:true}),
|
||||
new MenuItem("", "Projects", "", "/search/find/projects/", false, ["project"], ["/search/find/projects"], {}),
|
||||
|
|
|
@ -50,7 +50,7 @@ export let properties: EnvProperties = {
|
|||
|
||||
userInfoUrl: "https://beta.services.openaire.eu/uoa-user-management/api/users/getUserInfo?accessToken=",
|
||||
|
||||
logoutUrl: "https://beta.services.openaire.eu/explore-login/openid_login",
|
||||
logoutUrl: "https://beta.services.openaire.eu/explore-login/openid_logout",
|
||||
|
||||
cookieDomain: ".openaire.eu",
|
||||
|
||||
|
@ -105,8 +105,8 @@ export let properties: EnvProperties = {
|
|||
searchLinkToAdvancedOrganizations: "/search/advanced/organizations",
|
||||
searchLinkToAdvancedResults: "/search/advanced/research-outcomes",
|
||||
|
||||
lastIndexInformationLink: "https://www.openaire.eu/aggregation-and-content-provision-workflows",
|
||||
showLastIndexInformationLink: false,
|
||||
lastIndexInformationLink: "https://beta.openaire.eu/aggregation-and-content-provision-workflows",
|
||||
showLastIndexInformationLink: true,
|
||||
widgetLink: "https://beta.openaire.eu/index.php?option=com_openaire&view=widget&format=raw&projectId=",
|
||||
claimsInformationLink: "https://beta.openaire.eu/linking",
|
||||
lastIndexUpdate: "2020-05-11",
|
||||
|
|
Loading…
Reference in New Issue