Skip to content
Snippets Groups Projects
Commit 566b2fcf authored by Erwan Rouchet's avatar Erwan Rouchet
Browse files

Merge branch 's3-ingest-arg' into 'master'

Rename S3 ingest argument from folder_id to element_id

See merge request !1283
parents cff2d5da 2e433319
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