mirror of
https://github.com/wekan/wekan.git
synced 2025-12-21 09:50:13 +01:00
Open search sidebar from an opened board
This commit is contained in:
parent
636e1657f6
commit
5f374b2fd2
2 changed files with 7 additions and 0 deletions
|
|
@ -100,6 +100,9 @@ BlazeComponent.extendComponent({
|
|||
Sidebar.setView();
|
||||
Filter.reset();
|
||||
},
|
||||
'click .js-open-search-view'() {
|
||||
Sidebar.setView('search');
|
||||
},
|
||||
'click .js-multiselection-activate'() {
|
||||
const currentCard = Session.get('currentCard');
|
||||
MultiSelection.activate();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue