google-code-export / django-hotclub

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

Topic deletion does not work. #33

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
To reproduce the bug with r635.
1. Add a new tribe
2. Add a new topic to that tribe
3. Try to delete the topic

You will get a 404 page stating there is no ThreadedComment matching the
criteria. Actually a Topic is not a ThreadedComment so that functionality
is apparently missing. I'm attaching a patch which works on my setup.

Cheers.

Original issue reported on code.google.com by bfili...@gmail.com on 21 Jul 2008 at 6:07

Attachments:

GoogleCodeExporter commented 9 years ago
Here's the improved version of the patch against r640.

Original comment by bfili...@gmail.com on 22 Jul 2008 at 10:06

Attachments:

GoogleCodeExporter commented 9 years ago
Same patch, but with editing of topics supported.

Original comment by bfili...@gmail.com on 22 Jul 2008 at 4:31

Attachments:

GoogleCodeExporter commented 9 years ago
ericflo, did you want to take this one? 

Original comment by jtau...@gmail.com on 25 Jul 2008 at 8:18

GoogleCodeExporter commented 9 years ago
Sure, let me take a look.

Original comment by flo...@gmail.com on 1 Aug 2008 at 3:50

GoogleCodeExporter commented 9 years ago
Fixed in r695.  Thanks, bfilipov!

Original comment by flo...@gmail.com on 1 Aug 2008 at 4:37