Myddleware/myddleware

Failed to modify a document in error + error 500

Closed this issue · 1 comments

When I try to modify a document in error, I double click on a value and I get a 500 error. A job is also created with an empty comment.
At least a part of the issue is here :

$comment = $formComment->getData()['comment'];

If the comment is emty we shouldn't generate any job with the comment.

The job name "notification" should be replace by "New comment"

fixed in #1138 because comment feature was removed