Browse Source

[oozie] Fix for broken submit workflow

Enrico Berti 10 years ago
parent
commit
7a8b685
1 changed files with 2 additions and 0 deletions
  1. 2 0
      desktop/core/src/desktop/static/desktop/js/ko.hue-bindings.js

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

@@ -1567,6 +1567,8 @@
     return _btn;
   }
 
+  window.getFileBrowseButton = getFileBrowseButton;
+
   ko.bindingHandlers.datepicker = {
     init: function (element, valueAccessor, allBindings, viewModel, bindingContext) {
       var _el = $(element);