mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 21:47:10 -04:00
Fix home header bar
The issue was introduced in3b2eb0f
but was only partially fixed (in urgency) in71b9a42
. We sould have test to avoid these trivial regressions! (I guess React will also yelp in this particular case by removing the need to link the template and the "component", and thus removing the possibility to break this link) Fixes #434
This commit is contained in:
parent
299c429042
commit
f30c776f20
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
Template.boardHeaderBar.events({
|
||||
Template.boardListHeaderBar.events({
|
||||
'click .js-open-archived-board'() {
|
||||
Modal.open('archivedBoards');
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue