Browse Source

Merge branch 'fix/Process.starer_error' into 'develop'

Merge of fix/Process.starer_error to develop

See merge request o2oa/o2oa!131
蔡祥熠 5 years ago
parent
commit
4879402554
1 changed files with 1 additions and 1 deletions
  1. 1 1
      o2web/source/x_component_process_TaskCenter/ProcessStarter.js

+ 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 ){