mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 07:20:12 +01:00
Legacy Lists button at one board view to restore missing lists/cards.
Thanks to xet7 ! Fixes #5952
This commit is contained in:
parent
1658883b78
commit
951d2e4937
5 changed files with 233 additions and 14 deletions
|
|
@ -778,6 +778,10 @@ Boards.helpers({
|
|||
return this.permission === 'public';
|
||||
},
|
||||
|
||||
hasLegacyLists() {
|
||||
return this.hasLegacyLists === true;
|
||||
},
|
||||
|
||||
cards() {
|
||||
const ret = ReactiveCache.getCards(
|
||||
{ boardId: this._id, archived: false },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue