mirror of
https://github.com/wekan/wekan.git
synced 2025-12-17 16:00:13 +01:00
WIP
This commit is contained in:
parent
07ab3b83b1
commit
7cd57ee023
1 changed files with 1 additions and 0 deletions
|
|
@ -1075,6 +1075,7 @@ if (Meteor.isServer) {
|
||||||
incrementBoards(_.difference(newIds, oldIds), +1);
|
incrementBoards(_.difference(newIds, oldIds), +1);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// Override getUserId so that we can TODO get the current userId
|
||||||
const fakeUserId = new Meteor.EnvironmentVariable();
|
const fakeUserId = new Meteor.EnvironmentVariable();
|
||||||
const getUserId = CollectionHooks.getUserId;
|
const getUserId = CollectionHooks.getUserId;
|
||||||
CollectionHooks.getUserId = () => {
|
CollectionHooks.getUserId = () => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue