yii2mod / yii2-comments

Comments module for Yii2
MIT License
159 stars 64 forks source link

Internal error on delete #77

Closed nrob81 closed 7 years ago

nrob81 commented 7 years ago

Hello,

When I delete one parent comment and after that trying to delete it's child comment, i got a js alert popup, what says only: "Internal Server error".

I know that I not must to delete a childs of a deleted parent, but I can, because there won't hide after parents deletion. Maybe it would enough to disable/hide the delete link of the child coments.

in the debug-bar I see only this message: "Model not updated due to validation error."

Anyway, great module, thanks for that!

nrob81 commented 7 years ago

Ok I see now, what causes a problem. On save of the CommentModel, the validation checks the parentId. (validateParentId()) and because the parent is deleted already, it stops the saving of the childs model.