浏览代码

[oozie] Fix coordinator start and end time Z

Enrico Berti 10 年之前
父节点
当前提交
3c8f635
共有 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");
         }
       });