mirror of
https://github.com/wekan/wekan.git
synced 2026-02-12 03:04:22 +01:00
Implement board archive and restoration
This commit is contained in:
parent
9faaf07e02
commit
48ac8b026f
32 changed files with 138 additions and 42 deletions
|
|
@ -4,7 +4,7 @@ BlazeComponent.extendComponent({
|
|||
},
|
||||
|
||||
boards: function() {
|
||||
return Boards.find({}, {
|
||||
return Boards.find({ archived: false }, {
|
||||
sort: ['title']
|
||||
});
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue