Merge pull request #7978 from artoscinote/ma_SCI_11195

Fix location image dissapearing [SCI-11195]
This commit is contained in:
Martin Artnik 2024-10-16 09:49:44 +02:00 committed by GitHub
commit 857b77d558
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -192,12 +192,13 @@ export default {
} }
this.savingLocaiton = true; this.savingLocaiton = true;
const params = { const params = {
name: this.object.name, name: this.object.name,
description: this.object.description, description: this.object.description,
signed_blob_id: this.object.signed_blob_id, signed_blob_id: this.object.signed_blob_id,
container: this.object.container container: this.object.container,
file_name: this.object.file_name || this.attachedImage?.name
}; };
if (this.object.container) { if (this.object.container) {