Jelajahi Sumber

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 tahun lalu
induk
melakukan
d5159e53bf
1 mengubah file dengan 2 tambahan dan 3 penghapusan
  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;