mirror of
https://github.com/plankanban/planka.git
synced 2025-07-19 13:19:44 +02:00
Move cards between boards and projects
This commit is contained in:
parent
ba2017705b
commit
b1d187476d
24 changed files with 474 additions and 16 deletions
|
@ -34,7 +34,7 @@ export function* runPathActionsService(pathsMatch) {
|
|||
switch (pathsMatch.path) {
|
||||
case Paths.BOARDS:
|
||||
case Paths.CARDS: {
|
||||
const currentBoard = yield select(currentBoardSelector);
|
||||
const currentBoard = yield select(currentBoardSelector); // TODO: move to services
|
||||
|
||||
if (currentBoard && currentBoard.isFetching === null) {
|
||||
yield call(fetchBoardRequest, currentBoard.id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue