Edgewall Software

Changes between Initial Version and Version 1 of Ticket #6983


Ignore:
Timestamp:
Mar 10, 2008, 3:38:25 PM (16 years ago)
Author:
Christian Boos
Comment:

Right, but please next time check for duplicates before creating a new ticket.

See #6808.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6983

    • Property Status newclosed
    • Property Resolutionduplicate
  • Ticket #6983 – Description

    initial v1  
    11"Add new milestone" in admin part lacks unique constraint checking and gives internal error when trying to add two milestones with the same name.
    2 
     2{{{
    33Traceback (most recent call last):
    44  File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 406, in dispatch_request
     
    1717    self.rs = self.con.db.execute(SQL % parms)
    1818IntegrityError: column name is not unique
     19}}}