This pull request slightly adjusts the WorkflowControllerService.solveProblem function so that a comment's corrected flag with value TRUE is saved to the database beforecloseTaskByUser is called. That method loads the comment from the database and requires the updated corrected state to work properly.
The updated corrected state is then saved to the index field correctionCommentStatus which in turn is used to determine whether the grey or red exclamation mark icon should be displayed in the process and task lists. Thereby fixes #5676
This pull request slightly adjusts the
WorkflowControllerService.solveProblem
function so that a comment'scorrected
flag with valueTRUE
is saved to the database beforecloseTaskByUser
is called. That method loads the comment from the database and requires the updatedcorrected
state to work properly.The updated
corrected
state is then saved to the index fieldcorrectionCommentStatus
which in turn is used to determine whether the grey or red exclamation mark icon should be displayed in the process and task lists. Thereby fixes #5676