Edgewall Software

Changes between Initial Version and Version 1 of Ticket #6095


Ignore:
Timestamp:
Sep 27, 2007, 9:50:29 AM (17 years ago)
Author:
Emmanuel Blot
Comment:

Please fill in the version field with the appropriate value.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6095 – Description

    initial v1  
    11If you stupidly use the web admin module (looks neat BTW) to rename a priority to an existing name you get a unique constraint violation.
     2{{{
    23Traceback (most recent call last):
    34  File "C:\Program Files\Python 2.4\Lib\site-packages\trac\web\main.py", line 406, in dispatch_request
     
    1617    return self.cursor.execute(sql_escape_percent(sql), args)
    1718IntegrityError: duplicate key violates unique constraint "enum_pk"
     19}}}