瀏覽代碼

Merge pull request #8364 from GordonSmith/HPCC-13953

HPCC-13953 Banner does not show in new ECL Watch

Reviewed-By: Miguel Vazquez <miguel.vazquez@lexisnexis.com>
Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 9 年之前
父節點
當前提交
403ea32c95
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      esp/src/eclwatch/HPCCPlatformWidget.js

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

@@ -200,7 +200,7 @@ define([
             this.activity.watch("Build", function (name, oldValue, newValue) {
                 context.build = WsSMC.parseBuildString(newValue);
             });
-            this.activity.watch("changedCount", function (name, oldValue, newValue) {
+            this.activity.watch("__hpcc_changedCount", function (name, oldValue, newValue) {
                 context.refreshBanner(context.activity);
             });