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."
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.
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!