Actions
Bug #18876
closedWorkflow rights are not used for rules
Status:
Released
Priority:
N/A
Assignee:
Category:
Web - Config management
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
Checked
Regression:
Description
In code, we have:
workflow <- workflowLevelService.getForRule(actor, change) ... id <- workflowLevelService.getWorkflowService().startWorkflow(cr, actor, None)
So we are not using the correct workflow service here.
Actions