Project

General

Profile

« Previous | Next » 

Revision 58657

[Connect | Trunk]: Add adminPortalURL property

View differences:

modules/uoa-connect-portal/trunk/src/app/utils/subscribe/subscribe.component.ts
203 203
              this.subscribeEvent.emit({
204 204
                value: "ok"
205 205
              });
206
              this._emailService.notifyForNewManagers(this.properties, this.communityId, Composer.composeEmailToInformManagers(this.community.title, this.communityId, this.community.managers, email)).subscribe(
206
              this._emailService.notifyForNewManagers(this.properties, this.communityId, Composer.composeEmailToInformManagers(this.community.title, this.communityId, this.community.managers,
207
                    email, this.properties.adminPortalURL)).subscribe(
207 208
                res => {
208 209
                  //console.log("The email has been sent successfully!")
209 210
                },
modules/uoa-connect-portal/trunk/src/assets/env-properties.json
120 120
  "lastIndexUpdate": "2019-11-01",
121 121
  "indexInfoAPI": "http://beta.services.openaire.eu/openaire/info/",
122 122
  "altMetricsAPIURL": "https://api.altmetric.com/v1/doi/",
123
  "b2noteAPIURL": "http://b2note-dev.bsc.es/api/"
123
  "b2noteAPIURL": "http://b2note-dev.bsc.es/api/",
124
  "adminPortalURL": "https://beta.admin.connect.openaire.eu"
124 125
}
modules/uoa-connect-portal/trunk/deploy/production-properties.json
121 121
  "lastIndexUpdate": "2019-07-24",
122 122
  "indexInfoAPI": "http://services.openaire.eu/openaire/info/",
123 123
  "altMetricsAPIURL": "https://api.altmetric.com/v1/doi/",
124
  "b2noteAPIURL": "http://b2note-dev.bsc.es/api/"
124
  "b2noteAPIURL": "http://b2note-dev.bsc.es/api/",
125
  "adminPortalURL": "https://admin.connect.openaire.eu"
125 126
}
modules/uoa-connect-portal/trunk/deploy/beta-properties.json
53 53

  
54 54
  "cookieDomain" :".openaire.eu",
55 55

  
56
  "feedbackmail" :"openaire.test@gmail.com",
56
  "feedbackmail" :"feedback@openaire.eu",
57 57

  
58 58
  "cacheUrl" :"https://demo.openaire.eu/cache/get?url=",
59 59

  
......
120 120
  "lastIndexUpdate": "2020-03-26",
121 121
  "indexInfoAPI": "http://beta.services.openaire.eu/openaire/info/",
122 122
  "altMetricsAPIURL": "https://api.altmetric.com/v1/doi/",
123
  "b2noteAPIURL": "http://b2note-dev.bsc.es/api/"
123
  "b2noteAPIURL": "http://b2note-dev.bsc.es/api/",
124
  "adminPortalURL": "https://beta.admin.connect.openaire.eu"
124 125
}

Also available in: Unified diff