Legacy Lists button at one board view to restore missing lists/cards.

Thanks to xet7 !

Fixes #5952
This commit is contained in:
Lauri Ojansivu 2025-10-19 23:40:02 +03:00
parent 1658883b78
commit 951d2e4937
5 changed files with 233 additions and 14 deletions

View file

@ -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 },