mirror of
https://github.com/wekan/wekan.git
synced 2025-04-20 12:07:11 -04:00
Fix swimlane info not displayed in activities
This commit is contained in:
parent
f470323ee7
commit
bb37d8fa96
1 changed files with 3 additions and 0 deletions
|
@ -23,6 +23,9 @@ Activities.helpers({
|
|||
list() {
|
||||
return Lists.findOne(this.listId);
|
||||
},
|
||||
swimlane() {
|
||||
return Swimlanes.findOne(this.swimlaneId);
|
||||
},
|
||||
oldList() {
|
||||
return Lists.findOne(this.oldListId);
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue