Project

General

Profile

« Previous | Next » 

Revision 57939

[Library | Trunk]: Change getUserInfo to be suitable for guards too.

View differences:

insertClaim.component.ts
95 95
    this.errorInClaims = [];
96 96
    this.insertedRecords = [];
97 97
    this.errorInRecords = [];
98
    this.userManagementService.getUserInfo(this.properties.userInfoUrl).subscribe(user => {
98
    this.userManagementService.getUserInfo().subscribe(user => {
99 99
      if (!user) {
100 100
        localStorage.setItem(this.localStoragePrefix + "results", JSON.stringify(this.results));
101 101
        if (this.sources != null) {

Also available in: Unified diff