فهرست منبع

HUE-900 [oozie] File chooser missing when editing a node for 'jar path'

- Added specific logic for 'jar path' to use file chooser
abec 13 سال پیش
والد
کامیت
9ec8b62889
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      apps/oozie/src/oozie/templates/editor/edit_workflow_action.mako

+ 1 - 0
apps/oozie/src/oozie/templates/editor/edit_workflow_action.mako

@@ -451,6 +451,7 @@ ${ layout.menubar(section='workflows') }
     ko.applyBindings(viewModel);
 
     $("input[name='job_xml']").addClass("pathChooser").after(getFileBrowseButton($("input[name='job_xml']")));
+    $("input[name='jar_path']").addClass("pathChooser").after(getFileBrowseButton($("input[name='jar_path']")));
 
     function getFileBrowseButton(inputElement) {
       return $("<button>").addClass("btn").addClass("fileChooserBtn").text("..").click(function(e){