mirror of
https://github.com/wekan/wekan.git
synced 2026-03-05 13:20:15 +01:00
Restore the popup to add a member to the board
This commit is contained in:
parent
49167ccaa9
commit
12919cbfc6
7 changed files with 164 additions and 193 deletions
|
|
@ -33,7 +33,7 @@ BlazeComponent.extendComponent({
|
|||
// Only show the star counter if the number of star is greater than 2
|
||||
showStarCounter: function() {
|
||||
var currentBoard = this.currentData();
|
||||
return currentBoard && currentBoard.stars > 2;
|
||||
return currentBoard && currentBoard.stars >= 2;
|
||||
},
|
||||
|
||||
events: function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue