mirror of
https://gitlab.com/bmcgonag/get_my.git
synced 2026-03-27 00:08:49 +00:00
Updated to filter Products when no store is assigned.
This commit is contained in:
parent
d0398ddc32
commit
a7a9c48e01
5 changed files with 31 additions and 10 deletions
|
|
@ -16,7 +16,7 @@ Meteor.methods({
|
|||
if (err) {
|
||||
console.log(" ERROR: can't set user dark mode preference: " + err);
|
||||
} else {
|
||||
console.log(" SUCCESSFULLY set user dark mode preference.");
|
||||
// console.log(" SUCCESSFULLY set user dark mode preference.");
|
||||
}
|
||||
});
|
||||
} else if (countOfUsers == 1) {
|
||||
|
|
@ -27,7 +27,7 @@ Meteor.methods({
|
|||
if (err) {
|
||||
console.log(" ERROR: can't set user dark mode preference: " + err);
|
||||
} else {
|
||||
console.log(" SUCCESSFULLY set user dark mode preference.");
|
||||
// console.log(" SUCCESSFULLY set user dark mode preference.");
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
@ -59,4 +59,4 @@ Meteor.methods({
|
|||
|
||||
return Roles.setUserRoles(userId, role);
|
||||
},
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue