Made possible to start WeKan immediately without running any database migrations.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2025-10-11 10:15:08 +03:00
parent 688b725807
commit 3ccdc2e307
5 changed files with 198 additions and 11 deletions

View file

@ -104,8 +104,8 @@ function initSortable(boardComponent, $listsDom) {
}
}
// Get the original swimlane ID of the list
const originalSwimlaneId = list.swimlaneId;
// Get the original swimlane ID of the list (handle backward compatibility)
const originalSwimlaneId = list.getEffectiveSwimlaneId ? list.getEffectiveSwimlaneId() : (list.swimlaneId || null);
/*
Reverted incomplete change list width,