Project

General

Profile

« Previous | Next » 

Revision 60784

[Connect|Trunk]

Enermaps Integration:
- add property for enermaps url
- use proper id for the images

App:
-Set properly the redirect url (status manager)

View differences:

app.component.ts
268 268
        this.router.navigate(['/user-info'], {
269 269
          queryParams: {
270 270
            "errorCode": LoginErrorCodes.NOT_LOGIN,
271
            "redirectUrl": this.router.url
271
            "redirectUrl": location.pathname+ location.search + location.hash
272 272
          }
273 273
        });
274 274
      } else {

Also available in: Unified diff