Merged in bugfix/PMCORE-2578 (pull request #7689)
PMCORE-2578 Editing a connection by importing its exported JSON file it generates a new connection. Approved-by: Julio Cesar Laura Avendaño <contact@julio-laura.com>
This commit is contained in:
committed by
Julio Cesar Laura Avendaño
commit
9273ec6a5a
@@ -330,7 +330,7 @@
|
|||||||
},
|
},
|
||||||
optionSaveButton(row) {
|
optionSaveButton(row) {
|
||||||
this.$refs['fas-b-modal-upload-file'].hide();
|
this.$refs['fas-b-modal-upload-file'].hide();
|
||||||
row.AUTH_SOURCE_UID = "";
|
row.AUTH_SOURCE_UID = this.form.uid;
|
||||||
let form = this.rowToForm(row);
|
let form = this.rowToForm(row);
|
||||||
this.load(form);
|
this.load(form);
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user