mirror of
https://github.com/wekan/wekan.git
synced 2025-12-20 09:20:12 +01:00
Fix a regression introduced in 71b9a42f
The buttons in the board header were not click-able anymore.
This commit is contained in:
parent
f9f4747a6a
commit
480ef63273
2 changed files with 2 additions and 7 deletions
|
|
@ -30,7 +30,7 @@ Template.boardChangeTitlePopup.events({
|
||||||
|
|
||||||
BlazeComponent.extendComponent({
|
BlazeComponent.extendComponent({
|
||||||
template() {
|
template() {
|
||||||
return 'headerBoard';
|
return 'boardHeaderBar';
|
||||||
},
|
},
|
||||||
|
|
||||||
isStarred() {
|
isStarred() {
|
||||||
|
|
@ -74,7 +74,7 @@ BlazeComponent.extendComponent({
|
||||||
},
|
},
|
||||||
}];
|
}];
|
||||||
},
|
},
|
||||||
}).register('headerBoard');
|
}).register('boardHeaderBar');
|
||||||
|
|
||||||
BlazeComponent.extendComponent({
|
BlazeComponent.extendComponent({
|
||||||
template() {
|
template() {
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,4 @@
|
||||||
Template.header.helpers({
|
Template.header.helpers({
|
||||||
// Reactively set the color of the page from the color of the current board.
|
|
||||||
headerTemplate() {
|
|
||||||
return 'headerBoard';
|
|
||||||
},
|
|
||||||
|
|
||||||
wrappedHeader() {
|
wrappedHeader() {
|
||||||
return !Session.get('currentBoard');
|
return !Session.get('currentBoard');
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue