Fixed error with parameter name for workflow process used for document action for documents (#431)
parent
80f62e6fdd
commit
981c96551b
|
@ -195,7 +195,7 @@ export default {
|
||||||
recordId: this.$route.params.recordId,
|
recordId: this.$route.params.recordId,
|
||||||
recordUuid: this.$route.query.action,
|
recordUuid: this.$route.query.action,
|
||||||
parametersList: [{
|
parametersList: [{
|
||||||
columnName: 'DocStatus',
|
columnName: 'DocAction',
|
||||||
value: this.valueActionDocument
|
value: this.valueActionDocument
|
||||||
}],
|
}],
|
||||||
isActionDocument: true,
|
isActionDocument: true,
|
||||||
|
|
Loading…
Reference in New Issue