Use name for display
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
Elscrux 2024-04-10 23:42:45 +02:00
parent 0e93ec1529
commit 8b5f20da4a
1 changed files with 1 additions and 1 deletions

View File

@ -368,7 +368,7 @@ func convertTrelloDataToVikunja(organizationName string, trelloData []*trello.Bo
}
// Other links are not attachments in Vikunja, but we can add them to the description
task.Description += `<p><a href="` + attachment.URL + `">` + attachment.URL + "</a></p>\n"
task.Description += `<p><a href="` + attachment.URL + `">` + attachment.Name + "</a></p>\n"
}
// When the cover image was set manually, we need to add it as an attachment