Edgewall Software

Changes between Initial Version and Version 1 of Ticket #4849


Ignore:
Timestamp:
Mar 18, 2007, 11:14:29 PM (17 years ago)
Author:
Christian Boos
Comment:

Well, that milestone already existed… but yes, there shouldn't be an internal error in this case.

This was already reported as #3652.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4849

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

    initial v1  
    22
    33Getting an error when trying to create a new Milestone-
    4 
     4{{{
    55Traceback (most recent call last):
    66  File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 387, in dispatch_request
     
    1919    return self.cursor.execute(sql_escape_percent(sql), args)
    2020IntegrityError: duplicate key violates unique constraint "milestone_pkey"
    21 
     21}}}
    2222Please advise!