Editing of campaigns seems to work
This commit is contained in:
parent
b1c667d13d
commit
7b46c4b4b0
27 changed files with 335 additions and 130 deletions
|
@ -940,7 +940,7 @@ async function migrateAttachments(knex) {
|
|||
data: attachment.content
|
||||
});
|
||||
}
|
||||
await files.createFiles(contextHelpers.getAdminContext(), 'campaign', 'attachment', campaign.id, attachmentFiles, files.ReplacementBehavior.NONE);
|
||||
await files.createFiles(contextHelpers.getAdminContext(), 'campaign', 'attachment', campaign.id, attachmentFiles);
|
||||
}
|
||||
|
||||
await knex.schema.dropTableIfExists('attachments');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue