Explorar el Código

Merge branch 'candidate-7.12.x' into candidate-8.0.x

Signed-off-by: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman hace 3 años
padre
commit
a24a0c7569
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      esp/src/eclwatch/WUDetailsWidget.js

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

@@ -319,7 +319,7 @@ define([
             this.statusNode = dom.byId(this.id + "WUStatus");
             srcReact.render(srcReact.WUStatus, { wuid: params.Wuid }, this.statusNode);
 
-            this.protected.on("change", function (evt) {
+            this.protected.on("click", function (evt) {
                 context._onSave();
             });