mirror of
https://github.com/wekan/wekan.git
synced 2026-02-23 16:34:06 +01:00
Switch from kadira:flow-router to ostrio:flow-router-extra
This commit is contained in:
parent
50f3316088
commit
718c1a393d
63 changed files with 52 additions and 4797 deletions
|
|
@ -12,6 +12,7 @@ import CardComments from '/models/cardComments';
|
|||
import { ALLOWED_COLORS } from '/config/const';
|
||||
import { UserAvatar } from '../users/userAvatar';
|
||||
import { DialogWithBoardSwimlaneList } from '/client/lib/dialogWithBoardSwimlaneList';
|
||||
import { FlowRouter } from 'meteor/ostrio:flow-router-extra';
|
||||
|
||||
const subManager = new SubsManager();
|
||||
const { calculateIndexData } = Utils;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
import { ReactiveCache } from '/imports/reactiveCache';
|
||||
import { FlowRouter } from 'meteor/ostrio:flow-router-extra';
|
||||
|
||||
BlazeComponent.extendComponent({
|
||||
addSubtask(event) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue