PMCORE-2578 Editing a connection by importing its exported JSON file it generates a new connection.

This commit is contained in:
Roly Rudy Gutierrez Pinto
2020-12-31 11:00:12 -04:00
parent 8e080147b7
commit 9fcb38e2cd

View File

@@ -330,7 +330,7 @@
},
optionSaveButton(row) {
this.$refs['fas-b-modal-upload-file'].hide();
row.AUTH_SOURCE_UID = "";
row.AUTH_SOURCE_UID = this.form.uid;
let form = this.rowToForm(row);
this.load(form);
},