mirror of
https://github.com/plankanban/planka.git
synced 2025-07-21 22:29:42 +02:00
feat: Preserve original format of images, change interpolation kernel
Closes #349
This commit is contained in:
parent
b82a601f46
commit
0a5210dd21
17 changed files with 212 additions and 103 deletions
|
@ -88,7 +88,7 @@ module.exports = {
|
|||
project = await sails.helpers.projects.updateOne(
|
||||
project,
|
||||
{
|
||||
backgroundImageDirname: fileData.dirname,
|
||||
backgroundImage: fileData,
|
||||
},
|
||||
this.req,
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue