nuxeo-development-framework 1.8.2 → 1.8.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.
@@ -9756,7 +9756,7 @@
9756
9756
  FormBuilderService.prototype.createFormJson = function (type, jsonObject) {
9757
9757
  jsonObject['prefix'] = this.myPrefix;
9758
9758
  return rxjs.from(this.nuxeoService.nuxeoClient
9759
- .operation('AC_UA_DynamicForm_Create', {
9759
+ .operation(this.dynamicFieldsOperations.createFormApi ? this.dynamicFieldsOperations.createFormApi : 'AC_UA_DynamicForm_Create', {
9760
9760
  url: "" + this.environment.nuxeo + this.environment.customAutomation,
9761
9761
  })
9762
9762
  .context({