id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release 2002,Removed Fields causes sql errors.,Simon,osimons,"When i remove a custom field created with this plugin, i get these sql errors afterwards when trying to view a ticket: {{{ Traceback (most recent call last): File ""/usr/lib/python2.4/site-packages/trac/web/main.py"", line 406, in dispatch_request dispatcher.dispatch(req) File ""/usr/lib/python2.4/site-packages/trac/web/main.py"", line 237, in dispatch resp = chosen_handler.process_request(req) File ""/usr/lib/python2.4/site-packages/trac/ticket/web_ui.py"", line 286, in process_request ticket = Ticket(self.env, id, db=db) File ""/usr/lib/python2.4/site-packages/trac/ticket/model.py"", line 40, in __init__ self._fetch_ticket(tkt_id, db) File ""/usr/lib/python2.4/site-packages/trac/ticket/model.py"", line 98, in _fetch_ticket (tkt_id,)) File ""/usr/lib/python2.4/site-packages/trac/db/util.py"", line 50, in execute return self.cursor.execute(sql_escape_percent(sql), args) File ""/usr/lib/python2.4/site-packages/trac/db/sqlite_backend.py"", line 56, in execute args or []) File ""/usr/lib/python2.4/site-packages/trac/db/sqlite_backend.py"", line 48, in _rollback_on_error return function(self, *args, **kwargs) OperationalError: no such column: value }}} Also in the list of custom fields in the admin-section, when i've removed the custom field i created, it manages to get back into the list.. When i refresh the list several times it randomly disappears again, just to reappear/re-disappear as i continue refreshing. This plugin made me not being able to view any tickets at all, so our companys trac installation is completely broken/unusable now :( Thanks in advance!",defect,closed,high,CustomFieldAdminPlugin,critical,worksforme,,,0.10