mirror of
https://github.com/wekan/wekan.git
synced 2025-12-18 00:10:13 +01:00
A Sandstorm user can restore an archived board
This commit is contained in:
parent
d2b1a837e6
commit
1eaada0feb
3 changed files with 16 additions and 0 deletions
|
|
@ -77,6 +77,9 @@ BlazeComponent.extendComponent({
|
|||
'click .js-open-board-menu': Popup.open('boardMenu'),
|
||||
'click .js-change-visibility': Popup.open('boardChangeVisibility'),
|
||||
'click .js-watch-board': Popup.open('boardChangeWatch'),
|
||||
'click .js-open-archived-board'() {
|
||||
Modal.open('archivedBoards');
|
||||
},
|
||||
'click .js-open-filter-view'() {
|
||||
Sidebar.setView('filter');
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue