bounswe / bounswe2019group6

5 stars 8 forks source link

Article cannot be deleted when it has a comment or comments. #297

Closed bwqr closed 4 years ago

bwqr commented 4 years ago

Describe the bug Attempting to delete a article which has a comment or comments will result in an error with constraint violoation. To Reproduce Steps to reproduce the behavior:

  1. Create an article
  2. Create a comment belongs to article
  3. Try to delete the article

Expected behavior Article should be deleted.

Current behavior A constraint violation error arises.

Possible Solution Check the article and comment models.

Additional context

enozcan commented 4 years ago

Thanks for reporting. Fixed on 5a4ece4.