Browse Source

[oozie] Fix coordinator start and end time Z

Enrico Berti 10 years ago
parent
commit
3c8f6354ac
1 changed files with 1 additions and 0 deletions
  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");
         }
       });