mirror of
https://github.com/wekan/wekan.git
synced 2026-02-01 22:21:47 +01:00
parent
03439d1bcc
commit
0b891464b9
1 changed files with 5 additions and 0 deletions
|
|
@ -2,6 +2,11 @@ import { ReactiveCache } from '/imports/reactiveCache';
|
|||
import { DialogWithBoardSwimlaneList } from '/client/lib/dialogWithBoardSwimlaneList';
|
||||
|
||||
export class DialogWithBoardSwimlaneListCard extends DialogWithBoardSwimlaneList {
|
||||
constructor() {
|
||||
super();
|
||||
this.selectedCardId = new ReactiveVar('');
|
||||
}
|
||||
|
||||
getDefaultOption(boardId) {
|
||||
const ret = {
|
||||
'boardId' : "",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue