mirror of
https://github.com/wekan/wekan.git
synced 2026-03-02 20:00:16 +01:00
Fix Filebleed of Floppybleed.
Thanks to Luke Hebenstreit Twitter lheben_ and xet7 !
This commit is contained in:
parent
7ad04f4535
commit
a419d831a4
7 changed files with 234 additions and 33 deletions
|
|
@ -4,7 +4,7 @@ import Boards from '/models/boards';
|
|||
import Lists from '/models/lists';
|
||||
import Swimlanes from '/models/swimlanes';
|
||||
import Cards from '/models/cards';
|
||||
import ReactiveCache from '/imports/reactiveCache';
|
||||
import { ReactiveCache } from '/imports/reactiveCache';
|
||||
|
||||
/**
|
||||
* Fix duplicate lists and swimlanes created by WeKan 8.10
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ import Boards from '/models/boards';
|
|||
import Actions from '/models/actions';
|
||||
import Triggers from '/models/triggers';
|
||||
import Rules from '/models/rules';
|
||||
import ReactiveCache from '/imports/reactiveCache';
|
||||
import { ReactiveCache } from '/imports/reactiveCache';
|
||||
|
||||
Meteor.publish('rules', function(ruleId) {
|
||||
check(ruleId, String);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue