mirror of
https://github.com/wekan/wekan.git
synced 2025-12-27 12:48:49 +01:00
Assign user to attachment before inserting
This commit is contained in:
parent
ad09630d4e
commit
4ad4c6ea22
3 changed files with 5 additions and 1 deletions
|
|
@ -322,6 +322,7 @@ export class TrelloCreator {
|
|||
file.attachData(att.url, function (error) {
|
||||
file.boardId = boardId;
|
||||
file.cardId = cardId;
|
||||
file.userId = this._user(att.idMemberCreator);
|
||||
if (error) {
|
||||
throw(error);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue