mirror of
https://gitlab.com/bmcgonag/get_my.git
synced 2026-03-27 00:08:49 +00:00
Fixing clean Up and added option to show which products arent used in a list
This commit is contained in:
parent
c6c5951d16
commit
680f7c614d
6 changed files with 71 additions and 10 deletions
|
|
@ -60,6 +60,14 @@ Template.prodMgmtForm.events({
|
|||
Session.set("noStoreSet", false);
|
||||
}
|
||||
},
|
||||
'click #showNoList' (event) {
|
||||
let notUsedInList = $("#showNoList").prop('checked');
|
||||
if (notUsedInList == true) {
|
||||
Session.set("noListUsed", true);
|
||||
} else {
|
||||
Session.set("noListUsed", false);
|
||||
}
|
||||
},
|
||||
'submit .prodInputForm' (event) {
|
||||
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue