소스 검색

[oozie] Fix coordinator start and end time Z

Enrico Berti 10 년 전
부모
커밋
3c8f6354ac
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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");
         }
       });