mirror of
https://gitlab.com/bmcgonag/get_my.git
synced 2026-03-27 00:08:49 +00:00
update to meteor version 2.12
This commit is contained in:
parent
5b49720557
commit
07a8496542
7 changed files with 77 additions and 175 deletions
|
|
@ -37,5 +37,12 @@ Template.userMgmt.events({
|
|||
let userId = this._id;
|
||||
// take action
|
||||
console.log("Delete called on : " + userId);
|
||||
Session.set("deleteId", userId);
|
||||
Session.set("item", "User");
|
||||
Session.set("view", "Users");
|
||||
Session.set("method", "delete.userFromSys");
|
||||
Meteor.setTimeout(function() {
|
||||
$('.modal').open('modalDelete');
|
||||
}, 150);
|
||||
}
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue