Parcourir la source

HUE-6435 [oozie] Exclude action parameters from isDirty calculation

Enrico Berti il y a 8 ans
Parent
commit
76ddf18
1 fichiers modifiés avec 4 ajouts et 1 suppressions
  1. 4 1
      apps/oozie/src/oozie/static/oozie/js/workflow-editor.ko.js

+ 4 - 1
apps/oozie/src/oozie/static/oozie/js/workflow-editor.ko.js

@@ -195,7 +195,10 @@ var Workflow = function (vm, workflow) {
     ignore: [
       "associatedDocument",
       "associatedDocumentUuid",
-      "associatedDocumentLoading"
+      "associatedDocumentLoading",
+      "actionParameters",
+      "actionParametersFetched",
+      "actionParametersUI"
     ]
   }); // from ko.common-dashboard.js