mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Fixing opening cards and slow performance of closing cards
Fixes: #5533
Fixes: #5548
Revert "Switch from kadira:flow-router to ostrio:flow-router-extra"
This reverts commit 718c1a393d.
This commit is contained in:
parent
d31403a918
commit
c925a27870
63 changed files with 4797 additions and 52 deletions
|
|
@ -9,7 +9,6 @@ import {
|
|||
TYPE_TEMPLATE_CONTAINER,
|
||||
} from '/config/const';
|
||||
import Users from "./users";
|
||||
import { FlowRouter } from 'meteor/ostrio:flow-router-extra';
|
||||
|
||||
// const escapeForRegex = require('escape-string-regexp');
|
||||
|
||||
|
|
@ -2209,7 +2208,7 @@ if (Meteor.isServer) {
|
|||
});
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
/**
|
||||
* @operation add_board_label
|
||||
* @summary Add a label to a board
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue