mirror of
https://github.com/wekan/wekan.git
synced 2026-02-23 00:14:07 +01:00
Fix various bugs
This commit is contained in:
parent
3071152978
commit
4277d89514
6 changed files with 21 additions and 8 deletions
|
|
@ -5,6 +5,7 @@
|
|||
import Users from "../../models/users";
|
||||
import Org from "../../models/org";
|
||||
import Team from "../../models/team";
|
||||
import Attachments from '../../models/attachments';
|
||||
|
||||
Meteor.publish('boards', function() {
|
||||
const userId = this.userId;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue