Project

General

Profile

« Previous | Next » 

Revision 54849

[Trunk|Library]: Bug fix in previous commit.

View differences:

modules/uoa-services-library/trunk/ng-openaire-library/src/app/connect/userEmailPreferences/mailPrefs.component.ts
181 181
            },
182 182
            err => {
183 183
              //console.log(err);
184
              this.handleError("Error saving user email preferences: "JSON.stringify(this.notifications[index]), err);
184
              this.handleError("Error saving user email preferences: "+JSON.stringify(this.notifications[index]), err);
185 185
              this.status = this.errorCodes.NOT_SAVED;
186 186
            }
187 187
          );

Also available in: Unified diff