@gisce/react-ooui 2.92.1 → 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.
@@ -15835,10 +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().readObjects({
15838
+ ot = (ze = await V.getHandler().search({
15839
15839
  model: r,
15840
- ids: [Ie],
15841
- context: o
15840
+ params: [["id", "in", [Ie]]],
15841
+ skipRead: !0,
15842
+ context: {
15843
+ active_test: !1
15844
+ }
15842
15845
  })) == null ? void 0 : ze[0];
15843
15846
  } catch {
15844
15847
  }