Skip to content
Snippets Groups Projects
Commit 2e433319 authored by Valentin Rigal's avatar Valentin Rigal
Browse files

Rename S3 ingest argument from folder_id to element_id

parent cff2d5da
No related branches found
No related tags found
1 merge request!1283Rename S3 ingest argument from folder_id to element_id
......@@ -264,7 +264,7 @@ export default {
element_type: this.elementType,
folder_type: this.folderType
}
if (this.folder) data.folder_id = this.folder.id
if (this.folder) data.element_id = this.folder.id
try {
const { id } = await this.fromBucket(data)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment