Closed schlos closed 9 years ago
Temporary solution is to delete the comment from the console:
"bundle exec rails console"
Then execute:
comment = Comment.find(:first, :conditions => ['info_request_id = 3']) comment.destroy
crowbot made a pull request to make sure comments (and censor rules) are deleted when their associated info requests are destroyed [1]
When deleteing request it will not delete annotations, so request liked data will stay linked to original request although request is gone