laravelista / comments

Native comments for your Laravel application.
MIT License
745 stars 144 forks source link

delete comments in cascade with the item model relate #130

Open sosaheri opened 3 years ago

sosaheri commented 3 years ago

The comment system work fine, but the comments are not been deleted with the model related. When I recreate a new element with the same id, it preserved the previous comments

mabasic commented 3 years ago

This worked before. I need to check if there were changes in how Laravel 8 handles this and modify the code a bit.

FlightSimAssociation commented 3 years ago

Just wanted to follow up here to see if there's a pending fix. I just noticed the same issue in my application.