#4001 can not close a ticket in trac
Closed: Fixed Opened by miminar.

= bug description =
There is a bug in trac of OpenLMI hosted project.
See the bug there: https://fedorahosted.org/openlmi/ticket/148
In short:
Ticket #73 (in openlmi trac) can not be closed saying it's blocked by ticket #39 (which has been removed from blockers).
Any other operation on this ticket now results in {{{ValueError: list.remove(x): x not in list}}}.

First it happened when #39 (not yet closed) was present in Blocked By of #73 and I tried to close it.


This seems to be:

http://trac-hacks.org/ticket/8792

upstream. ;(

I guess we need to look at fixing the database locally and perhaps carrying the patch to prevent it from happening again. ;(

ok, can you please try and delete that ticket again?

I think I have the database corrected now.

It works! Thanks Kevin.

Metadata