Merge branch 'git/fix_minder_save_execption' into 'develop' See merge request o2oa/o2oa!1727
@@ -20,6 +20,7 @@ MWF.xApplication.Minder.Actions.RestActions2 = new Class({
}
});
+ if( !this.address )this.getAddress();
uri = this.address+uri;
var async = (option.async===false) ? false : true;