Project

General

Profile

« Previous | Next » 

Revision 60283

[Library | Trunk]: Role users invite fix selected user(null) on notification message.

View differences:

modules/uoa-services-library/trunk/ng-openaire-library/src/app/dashboard/users/role-users/role-users.component.ts
177 177
  invite() {
178 178
    this.showActive = false;
179 179
    this.loadPending = true;
180
    this.selectedUser = this.invited.value;
180 181
    let details = {
181 182
      link: this.link,
182 183
      email: this.emailComposer(this.name, this.invited.value, this.role)
......
197 198
        timeout: 6000,
198 199
        pos: 'bottom-right'
199 200
      });
200
      this.loadActive = false;
201
      this.loadPending = false;
201 202
    })
202 203
  }
203 204
  

Also available in: Unified diff