mirror of
https://gitlab.com/bmcgonag/get_my.git
synced 2026-03-27 00:08:49 +00:00
fix an issue with marking list items as received
This commit is contained in:
parent
047befcae9
commit
76d3591d51
9 changed files with 118 additions and 47 deletions
|
|
@ -30,7 +30,7 @@ Meteor.publish("SystemConfig", function() {
|
|||
|
||||
Meteor.publish("UserConfigPrefs", function() {
|
||||
try {
|
||||
return UserConfig.find({});
|
||||
return UserConfig.find({ user: this.userId });
|
||||
} catch (error) {
|
||||
console.log(" ERROR: Error accessing user config: " + error);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue