mirror of
https://github.com/wekan/wekan.git
synced 2025-12-27 12:48:49 +01:00
Add swimlaneId in activity. Create default swimlaneId in API
This commit is contained in:
parent
f346ce04f5
commit
e74fb2f5b0
4 changed files with 17 additions and 4 deletions
|
|
@ -117,6 +117,9 @@ if (Meteor.isServer) {
|
|||
params.url = card.absoluteUrl();
|
||||
params.cardId = activity.cardId;
|
||||
}
|
||||
if (activity.swimlaneId) {
|
||||
params.swimlaneId = activity.swimlaneId;
|
||||
}
|
||||
if (activity.commentId) {
|
||||
const comment = activity.comment();
|
||||
params.comment = comment.text;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue