Browse Source

[oozie] Set workflow validation to field blur instead

Enrico Berti 10 years ago
parent
commit
859975e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      apps/oozie/src/oozie/templates/editor2/workflow_editor.mako

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

@@ -582,7 +582,7 @@ ${ dashboard.import_bindings() }
   $(document).ready(function(){
     renderChangeables();
 
-    $(document).on("viewmodelHasChanged", function () {
+    $(document).on("blur", "[validate]", function() {
       validateFields();
     });