Parcourir la source

[oozie] Set workflow validation to field blur instead

Enrico Berti il y a 10 ans
Parent
commit
859975e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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();
     });