summaryrefslogtreecommitdiffstats
path: root/models/wekanCreator.js
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-01-29 12:07:42 +0200
committerLauri Ojansivu <x@xet7.org>2018-01-29 12:07:42 +0200
commit65c081acc0859e9cb2f09f9aa050258952403795 (patch)
tree3d0d50b653b175bb0a37fd868ab19e5ed7989053 /models/wekanCreator.js
parent735907977d14f2e4419e7a0548aa2c5c01ea7ab8 (diff)
downloadwekan-65c081acc0859e9cb2f09f9aa050258952403795.tar.gz
wekan-65c081acc0859e9cb2f09f9aa050258952403795.tar.bz2
wekan-65c081acc0859e9cb2f09f9aa050258952403795.zip
Fix: Trello board import fails because of missing "Swimlane id".
Thanks to xet7 ! Closes #1442
Diffstat (limited to 'models/wekanCreator.js')
-rw-r--r--models/wekanCreator.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/models/wekanCreator.js b/models/wekanCreator.js
index ae8e32ca..b1533baa 100644
--- a/models/wekanCreator.js
+++ b/models/wekanCreator.js
@@ -146,6 +146,7 @@ export class WekanCreator {
isActive: true,
isAdmin: true,
isCommentOnly: false,
+ swimlaneId: false,
}],
// Standalone Export has modifiedAt missing, adding modifiedAt to fix it
modifiedAt: this._now(boardToImport.modifiedAt),