bug button, data service, user level adjustments, multiple sample support for edit dialog, validation functionality
This commit is contained in:
@ -37,6 +37,7 @@ export class UsersComponent implements OnInit {
|
||||
this.api.post('/user/new', {...this.newUser.sendFormat('admin'), pass: this.newUserPass}, data => {
|
||||
this.newUser = null;
|
||||
this.users.push(new UserModel().deserialize(data));
|
||||
this.newUserPass = '';
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user