mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 13:07:17 -04:00
Try to fix: Wekan UI fails to finish import of closed Trello boards.
Thanks to berezovskyi and xet7 ! Fixes #3840
This commit is contained in:
parent
c249a2d187
commit
007e0f1c16
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ export class TrelloCreator {
|
|||
check(
|
||||
trelloBoard,
|
||||
Match.ObjectIncluding({
|
||||
closed: Boolean,
|
||||
// closed: Boolean, // issue #3840, should import closed Trello boards
|
||||
name: String,
|
||||
prefs: Match.ObjectIncluding({
|
||||
// XXX refine control by validating 'background' against a list of
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue