@sumaris-net/ngx-components 1.11.13 → 1.12.0
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/sumaris-net.ngx-components.umd.js +1 -1
- package/bundles/sumaris-net.ngx-components.umd.js.map +1 -1
- package/bundles/sumaris-net.ngx-components.umd.min.js +1 -1
- package/bundles/sumaris-net.ngx-components.umd.min.js.map +1 -1
- package/esm2015/src/app/core/form/entity-editor.class.js +2 -2
- package/fesm2015/sumaris-net.ngx-components.js +1 -1
- package/fesm2015/sumaris-net.ngx-components.js.map +1 -1
- package/package.json +1 -1
|
@@ -27441,7 +27441,7 @@
|
|
|
27441
27441
|
if (!_this.dirty) {
|
|
27442
27442
|
if (_this.debug)
|
|
27443
27443
|
console.debug("[data-editor] Changes detected on server, at {" + data.updateDate + "}: reloading page...");
|
|
27444
|
-
_this.
|
|
27444
|
+
_this.updateView(data);
|
|
27445
27445
|
}
|
|
27446
27446
|
else {
|
|
27447
27447
|
if (_this.debug)
|