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