Skip to content

Fix issue 1020 - Document signing not triggering workflow transition

Luca Donato requested to merge lucadonato83/mayan-edms:fix_1020 into series/4.1

The event target of the signature related events was set to the document file, hence related workflow transitions would not trigger. I changed the raised events to target the parent document instead, so the workflow will handle them.

Merge request reports