Browse Source

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

Enrico Berti 8 years ago
parent
commit
76ddf18
1 changed files with 4 additions and 1 deletions
  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