ngx-rs-ant 1.8.5 → 1.8.6

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.
@@ -2572,8 +2572,8 @@ class FormComponent {
2572
2572
  copyOid: this.copyOid,
2573
2573
  template: this.template
2574
2574
  },
2575
- model: this.model,
2576
- opener: this
2575
+ __model: this.model,
2576
+ __opener: this
2577
2577
  });
2578
2578
  this.service.getFormTemplateConfig(this.tenant, this.className, this.template).subscribe(response => {
2579
2579
  this.config = response.data.template;