Browse Source

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 years ago
parent
commit
403ea32c95
1 changed files with 1 additions and 1 deletions
  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);
             });