|
|
@ -258,7 +258,7 @@ export class MaintainForm extends BI.Widget { |
|
|
|
} |
|
|
|
} |
|
|
|
this.addConnection(form); |
|
|
|
this.addConnection(form); |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
this.setFromError(result.errorMsg); |
|
|
|
this.setFromError(BI.i18nText(result.errorMsg)); |
|
|
|
} |
|
|
|
} |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
BI.Msg.toast(BI.i18nText(result.errorMsg), { |
|
|
|
BI.Msg.toast(BI.i18nText(result.errorMsg), { |
|
|
|