Skip to content

Commit

Permalink
Merge branch 'hotfix/mdserver-cfg' into integration
Browse files Browse the repository at this point in the history
  • Loading branch information
RayPlante committed Jul 19, 2019
2 parents 4d2f4c6 + 0460685 commit 645831c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion angular/src/app/landing/landing.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ export class LandingComponent implements OnInit {
* Update menu on landing page
*/
updateMenu() {
let mdapi = this.cfg.get("mdAPI", "/unconfigured");
let mdapi = this.cfg.get("locations.mdService", "/unconfigured");
this.serviceApi = mdapi + "records?@id=" + this.record['@id'];
if (!_.includes(mdapi, "/rmm/"))
this.serviceApi = mdapi + this.record['ediid'];
Expand Down

0 comments on commit 645831c

Please sign in to comment.