Browse Source

Merge pull request #7491 from GordonSmith/HPCC-13822

HPCC-13822 Logical File Parts not displaying correctly

Reviewed-By: Miguel Vazquez <miguel.vazquez@lexisnexis.com>
Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 10 years ago
parent
commit
56be673a21
1 changed files with 1 additions and 1 deletions
  1. 1 1
      esp/src/eclwatch/ESPLogicalFile.js

+ 1 - 1
esp/src/eclwatch/ESPLogicalFile.js

@@ -214,7 +214,7 @@ define([
                     if (lang.exists("DFUFileParts.DFUPart", DFUFilePartsOnCluster)) {
                         arrayUtil.forEach(DFUFilePartsOnCluster.DFUFileParts.DFUPart, function (DFUPart, idx) {
                             DFUFileParts.DFUPart.push(lang.mixin({
-                                __hpcc__id: DFUPart.Id + "--" + DFUPart.Copy,
+                                __hpcc_id: DFUPart.Id + "--" + DFUPart.Copy,
                                 Cluster: DFUFilePartsOnCluster.Cluster
                             }, DFUPart));
                         }, this);