Issue
When accepting an idea there is an error on the form: "Demands selected for execution cannot be reset to Draft state."
Release
ALL
Cause
There is a custom business rule which has current.update function that aborts the action on dmn_demand.
Resolution
Remove current.update() from the before update business rule.
OR
Deactivate the custom business rule and try creating it and that should fix the issue.