@sumaris-net/ngx-components 2.5.2-rc1 → 2.5.2-rc3
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/esm2020/src/app/core/table/async-table.class.mjs +1 -6
- package/fesm2015/sumaris-net.ngx-components.mjs +0 -5
- package/fesm2015/sumaris-net.ngx-components.mjs.map +1 -1
- package/fesm2020/sumaris-net.ngx-components.mjs +0 -5
- package/fesm2020/sumaris-net.ngx-components.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -31031,11 +31031,6 @@ class AppAsyncTable {
|
|
|
31031
31031
|
return true; // Continue
|
|
31032
31032
|
}
|
|
31033
31033
|
if (row.validator) {
|
|
31034
|
-
// If pending: Wait end of validation
|
|
31035
|
-
// TODO: remove when using async isValid() function
|
|
31036
|
-
if (row.pending) {
|
|
31037
|
-
yield AppFormUtils.waitWhilePending(row.validator);
|
|
31038
|
-
}
|
|
31039
31034
|
// NOT confirmed = row has error
|
|
31040
31035
|
if (this.debug) {
|
|
31041
31036
|
console.warn('[table] Cannot confirm row, because invalid');
|