diff --git a/o2web/source/x_component_process_FormDesigner/Property.js b/o2web/source/x_component_process_FormDesigner/Property.js index 9a59569cfbcc74b52f8eca35b567315ef47137f3..599d5977c8ee177b8461d9589b116b8b6525b383 100644 --- a/o2web/source/x_component_process_FormDesigner/Property.js +++ b/o2web/source/x_component_process_FormDesigner/Property.js @@ -543,7 +543,7 @@ MWF.xApplication.process.FormDesigner.Property = MWF.FCProperty = new Class({ this.form.designer.actions.listForm( application || this.form.designer.application.id, function(json){ this.subforms = json.data; if (callback) callback(); - }.bind(this), null, false); + }.bind(this)); }else{ if (callback) callback(); }