@gisce/react-ooui 2.92.2 → 2.92.3
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/react-ooui.es.js
CHANGED
|
@@ -15835,11 +15835,13 @@ Please, make sure the view ids on the fields_view_get responses are the same as
|
|
|
15835
15835
|
let ot;
|
|
15836
15836
|
if (ke === -1) {
|
|
15837
15837
|
try {
|
|
15838
|
-
ot = (ze = await V.getHandler().
|
|
15838
|
+
ot = (ze = await V.getHandler().search({
|
|
15839
15839
|
model: r,
|
|
15840
|
-
|
|
15841
|
-
|
|
15842
|
-
|
|
15840
|
+
params: [["id", "in", [Ie]]],
|
|
15841
|
+
skipRead: !0,
|
|
15842
|
+
context: {
|
|
15843
|
+
active_test: !1
|
|
15844
|
+
}
|
|
15843
15845
|
})) == null ? void 0 : ze[0];
|
|
15844
15846
|
} catch {
|
|
15845
15847
|
}
|