Pārlūkot izejas kodu

[oozie] Fix coordinator start and end time Z

Enrico Berti 10 gadi atpakaļ
vecāks
revīzija
3c8f6354ac

+ 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");
         }
       });