|
|
@ -37,7 +37,6 @@ export class MaintainForm extends BI.Widget { |
|
|
|
form.connectionId = this.connectionName; |
|
|
|
form.connectionId = this.connectionName; |
|
|
|
this.store.addConnection(form); |
|
|
|
this.store.addConnection(form); |
|
|
|
} |
|
|
|
} |
|
|
|
this.store.setIsCopy(false); |
|
|
|
|
|
|
|
}, |
|
|
|
}, |
|
|
|
testEvent: () => { |
|
|
|
testEvent: () => { |
|
|
|
const value = this.form.getSubmitValue(); |
|
|
|
const value = this.form.getSubmitValue(); |
|
|
|