Преглед на файлове

[oozie] Fixed filechooser on new action binding

Enrico Berti преди 11 години
родител
ревизия
ff21fe37f7
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      apps/oozie/src/oozie/templates/editor/workflow_editor.mako

+ 1 - 1
apps/oozie/src/oozie/templates/editor/workflow_editor.mako

@@ -1489,7 +1489,7 @@ ${ commonheader(_("Workflow Editor"), "Oozie", user, "40px") | n,unicode }
         <td data-bind="text: label" style="width: 1%; padding-right: 10px" class="no-wrap"></td>        
         <td>
           <!-- ko if: type == '' -->
-          <input type="text" data-bind="filechooser: value, attr: { placeholder: help_text }">
+          <input type="text" class="filechooser-input" data-bind="value: value, filechooser: value, attr: { placeholder: help_text }">
           <!-- /ko -->
           <!-- ko if: type == 'text' -->
           <input data-bind="value: value" class="input-xxlarge"/>