mirror of
https://github.com/plankanban/planka.git
synced 2025-07-18 20:59:44 +02:00
ref: Collapse image data into one column
This commit is contained in:
parent
fe9fdc0191
commit
39fec45a7f
10 changed files with 102 additions and 86 deletions
|
@ -54,10 +54,8 @@ module.exports = {
|
|||
|
||||
const attachment = await sails.helpers.attachments.createOne(
|
||||
{
|
||||
dirname: file.extra.dirname,
|
||||
...file.extra,
|
||||
filename: file.filename,
|
||||
isImage: file.extra.isImage,
|
||||
name: file.extra.name,
|
||||
},
|
||||
currentUser,
|
||||
card,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue