浏览代码

Merge pull request #3877 from GordonSmith/HPCC-8635

HPCC-8635 Logical File displays wrong contents

Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 12 年之前
父节点
当前提交
d5159e53bf
共有 1 个文件被更改,包括 2 次插入3 次删除
  1. 2 3
      esp/files/scripts/WsWorkunits.js

+ 2 - 3
esp/files/scripts/WsWorkunits.js

@@ -149,11 +149,10 @@ define([
             var context = this;
             if (this.isComplete == true) {
                 var request = {};
-                request['Wuid'] = this.wuid;
-                if (this.cluster && this.name) {
-                    request['Cluster'] = this.cluster;
+                if (this.name) {
                     request['LogicalName'] = this.name;
                 } else {
+                    request['Wuid'] = this.wuid;
                     request['Sequence'] = this.sequence;
                 }
                 request['Start'] = options.start;