tnx-shared 5.1.548 → 5.1.549
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/tnx-shared.umd.js +3 -1
- package/bundles/tnx-shared.umd.js.map +1 -1
- package/bundles/tnx-shared.umd.min.js +1 -1
- package/bundles/tnx-shared.umd.min.js.map +1 -1
- package/classes/base/data-form-base.d.ts.map +1 -1
- package/esm2015/classes/base/data-form-base.js +4 -2
- package/fesm2015/tnx-shared.js +3 -1
- package/fesm2015/tnx-shared.js.map +1 -1
- package/package.json +2 -2
|
@@ -18176,7 +18176,9 @@
|
|
|
18176
18176
|
case 10: return [3 /*break*/, 17];
|
|
18177
18177
|
case 11:
|
|
18178
18178
|
if (!(resultCheck.success && resultCheck.data)) return [3 /*break*/, 15];
|
|
18179
|
-
this.model.formState
|
|
18179
|
+
if (!this.model.formState) {
|
|
18180
|
+
this.model.formState = exports.FormState.EDIT;
|
|
18181
|
+
}
|
|
18180
18182
|
if (this.crudForm) {
|
|
18181
18183
|
this.crudForm.setIsLoadedDataEdit(false);
|
|
18182
18184
|
}
|