mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 07:20:12 +01:00
When opening board, migrate from Shared Lists to Per-Swimlane Lists.
Thanks to xet7 ! Fixes #5952
This commit is contained in:
parent
48b645ee1e
commit
1e6252de7f
8 changed files with 112 additions and 219 deletions
|
|
@ -778,10 +778,11 @@ Boards.helpers({
|
|||
return this.permission === 'public';
|
||||
},
|
||||
|
||||
hasLegacyLists() {
|
||||
return this.hasLegacyLists === true;
|
||||
hasSharedListsConverted() {
|
||||
return this.hasSharedListsConverted === true;
|
||||
},
|
||||
|
||||
|
||||
cards() {
|
||||
const ret = ReactiveCache.getCards(
|
||||
{ boardId: this._id, archived: false },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue