Added Reports (forgot to commit); Added label prototype.

This commit is contained in:
Wynne Crisman
2019-07-28 13:47:54 -07:00
parent c1183a1470
commit 8211da6b39
13 changed files with 314 additions and 39 deletions

View File

@@ -144,7 +144,7 @@ Template.UserEditor.events({
let roles = [];
user.username = template.$('input[name="username"]').val();
user.email = template.$('input[name="email"]').val();
user.emails = [{address: template.$('input[name="email"]').val(), verified: true}]; //Assume it is verified since an administrator is adding it.
let roleSpans = template.$('.role.selected');
for(let i = 0; i < roleSpans.length; i++) {