Ver código fonte

修复新建流程的时候传入身份参数出错的问题

unknown 5 anos atrás
pai
commit
865cef7eb1

+ 1 - 1
o2web/source/x_component_process_TaskCenter/ProcessStarter.js

@@ -40,7 +40,7 @@ MWF.xApplication.process.TaskCenter.ProcessStarter = new Class({
                             if (this.identitys.length==1){
                                 var data = {
                                     "title": this.data.name+"-"+this.lp.unnamed,
-                                    "identity": this.identitys[0].name,
+                                    "identity": this.identitys[0].distinguishedName,
                                     "latest": this.options.latest
                                 };
                                 if( this.options.workData ){