Browse Source

HUE-6558 [oozie] Add backdrop to bundle editor modal on Hue 4

Enrico Berti 8 years ago
parent
commit
a02012ffdd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      apps/oozie/src/oozie/templates/editor2/bundle_editor.mako

+ 1 - 1
apps/oozie/src/oozie/templates/editor2/bundle_editor.mako

@@ -144,7 +144,7 @@ ${ layout.menubar(section='bundles', is_editor=True, pullright=buttons, is_embed
 </div>
 
 
-<div id="chooseCoordinatorDemiModal" class="${ is_embeddable and 'modal' or 'demi-modal' } fade" data-backdrop="false">
+<div id="chooseCoordinatorDemiModal" class="${ is_embeddable and 'modal' or 'demi-modal' } fade" data-backdrop="${ is_embeddable and 'true' or 'false' }">
   %if is_embeddable:
     <div class="modal-header">
       <button type="button" class="close" data-dismiss="modal" aria-label="${ _('Close') }"><span aria-hidden="true">&times;</span></button>