Explorar el Código

[oozie] Fix coordinator start and end time Z

Enrico Berti hace 10 años
padre
commit
3c8f6354ac
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      desktop/core/src/desktop/static/desktop/js/ko.hue-bindings.js

+ 1 - 0
desktop/core/src/desktop/static/desktop/js/ko.hue-bindings.js

@@ -1286,6 +1286,7 @@ ko.bindingHandlers.timepicker = {
       _el.on("change", function () {
         if (_el.val().substr(-1) != "Z") {
           _el.val(_el.val() + "Z");
+          _el.trigger("change");
         }
       });