mirror of
https://gitlab.com/bmcgonag/get_my.git
synced 2026-03-27 00:08:49 +00:00
Updated Login and User Management with new materialize and controls
This commit is contained in:
parent
81559683eb
commit
1d7ecc3efa
13 changed files with 280 additions and 84 deletions
|
|
@ -30,16 +30,12 @@ Template.userMgmt.helpers({
|
|||
Template.userMgmt.events({
|
||||
"click .editUser" (event) {
|
||||
event.preventDefault();
|
||||
|
||||
let userId = this._id;
|
||||
// take action
|
||||
Session.set("usersId", userId);
|
||||
},
|
||||
"click .deleteUser" (event) {
|
||||
event.preventDefault();
|
||||
|
||||
let userId = this._id;
|
||||
// take action
|
||||
console.log("Delete called on : " + userId);
|
||||
Session.set("deleteId", userId);
|
||||
Session.set("item", "User");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue