mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
merge wefork
This commit is contained in:
commit
f7f5f4a35d
58 changed files with 3757 additions and 544 deletions
|
|
@ -13,6 +13,14 @@ BlazeComponent.extendComponent({
|
|||
return list.findWatcher(Meteor.userId());
|
||||
},
|
||||
|
||||
limitToShowCardsCount() {
|
||||
return Meteor.user().getLimitToShowCardsCount();
|
||||
},
|
||||
|
||||
showCardsCountForList(count) {
|
||||
return count > this.limitToShowCardsCount();
|
||||
},
|
||||
|
||||
events() {
|
||||
return [{
|
||||
'click .js-open-list-menu': Popup.open('listAction'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue