mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Card Details Popup, Activities (comments) are now displayed
This commit is contained in:
parent
24b0613bac
commit
0f69282eec
2 changed files with 8 additions and 1 deletions
|
@ -54,6 +54,13 @@ BlazeComponent.extendComponent({
|
|||
},
|
||||
}).register('activities');
|
||||
|
||||
Template.activities.helpers({
|
||||
activities() {
|
||||
const ret = this.card.activities();
|
||||
return ret;
|
||||
},
|
||||
});
|
||||
|
||||
BlazeComponent.extendComponent({
|
||||
checkItem() {
|
||||
const checkItemId = this.currentData().activity.checklistItemId;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue