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,
|
||||
recordUuid: this.$route.query.action,
|
||||
parametersList: [{
|
||||
columnName: 'DocStatus',
|
||||
columnName: 'DocAction',
|
||||
value: this.valueActionDocument
|
||||
}],
|
||||
isActionDocument: true,
|
||||
|
|
Loading…
Reference in New Issue