@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
|
@@ -30359,11 +30359,6 @@ class AppAsyncTable {
|
|
|
30359
30359
|
return true; // Continue
|
|
30360
30360
|
}
|
|
30361
30361
|
if (row.validator) {
|
|
30362
|
-
// If pending: Wait end of validation
|
|
30363
|
-
// TODO: remove when using async isValid() function
|
|
30364
|
-
if (row.pending) {
|
|
30365
|
-
await AppFormUtils.waitWhilePending(row.validator);
|
|
30366
|
-
}
|
|
30367
30362
|
// NOT confirmed = row has error
|
|
30368
30363
|
if (this.debug) {
|
|
30369
30364
|
console.warn('[table] Cannot confirm row, because invalid');
|