bt-core-app 2.0.166 → 2.0.167
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/dist/bt-core-app.js +2 -2
- package/package.json +1 -1
package/dist/bt-core-app.js
CHANGED
|
@@ -9531,8 +9531,8 @@ function Bh(e) {
|
|
|
9531
9531
|
if (console.log("res"), console.log(x), (x == null ? void 0 : x.data) != null)
|
|
9532
9532
|
for (let A = 0; A < x.data.length; A++) {
|
|
9533
9533
|
let P = x.data[A], V = P.item, L = (D = (C = y.actions) == null ? void 0 : C.find((I) => {
|
|
9534
|
-
var
|
|
9535
|
-
return (($ = I.item) == null ? void 0 : $.id) == P;
|
|
9534
|
+
var $, F;
|
|
9535
|
+
return (($ = I.item) == null ? void 0 : $.id) == ((F = P.item) == null ? void 0 : F.id);
|
|
9536
9536
|
})) == null ? void 0 : D.item;
|
|
9537
9537
|
console.log(P), console.log(L), P.isSuccess && L != null && V != null && (L.hasOwnProperty("rowVersion") && (L.rowVersion = V.rowVersion), y.localIDProp != null && (L[y.localIDProp] = V[y.localIDProp]), await f({
|
|
9538
9538
|
data: L,
|
package/package.json
CHANGED