ngx-rs-ant 1.9.6 → 1.9.7

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.
@@ -273,10 +273,10 @@ class PluginManager {
273
273
  }
274
274
  if (PluginFactory.hasType(plugin, 'form')) {
275
275
  instance.editMode = boxItem.boxContainer.editMode;
276
- instance.validationGroupName = boxItem.boxContainer.context?.__form.uniqueId;
277
- instance.tenant = boxItem.boxContainer.context?.__form.tenant;
278
- instance.className = boxItem.boxContainer.context?.__form.className;
279
- instance.oid = boxItem.boxContainer.context?.__form.oid;
276
+ instance.validationGroupName = boxItem.boxContainer.context?.__form?.uniqueId;
277
+ instance.tenant = boxItem.boxContainer.context?.__form?.tenant;
278
+ instance.className = boxItem.boxContainer.context?.__form?.className;
279
+ instance.oid = boxItem.boxContainer.context?.__form?.oid;
280
280
  instance.model = boxItem.boxContainer.context?.__model;
281
281
  instance.opener = boxItem.boxContainer.context?.__opener;
282
282
  if (boxItem.boxContainer.readonly) {