google-code-export / django-hotclub

Automatically exported from code.google.com/p/django-hotclub
MIT License
0 stars 0 forks source link

Deleting a comment causes all threaded reply comments under it also to be deleted. #138

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
For threaded comments, if a comment has a reply, it should not be possible 
to delete the comment as it causes all replied comments under it also to be 
deleted

What steps will reproduce the problem?
1) For threaded comment, ( for example in photos ), post a comment #1, 
2) then post another comment #2 as a reply to comment #1
3) Delete comment #1, this causes all threaded comment replies under #1 to 
be deleted.

What is the expected output? What do you see instead?
Once a comment has a reply, it should not be possible to delete the 
comment. Currently all replies under deleted comment are also deleted.

What version of the product are you using? On what operating system?
Pinax -r 1287, WinXP , Python 2.52, Django 1.0.2

Original issue reported on code.google.com by Ingenutrix@gmail.com on 19 Dec 2008 at 6:02

GoogleCodeExporter commented 9 years ago

Original comment by pyDanny on 13 Mar 2009 at 4:14

GoogleCodeExporter commented 9 years ago

Original comment by leidel on 13 Mar 2009 at 9:06