Opened 9 years ago

Last modified 7 years ago

#12074 closed defect

create() gives column name is not unique after upgrading to trac 1.0.2 — at Initial Version

Reported by: sivann@… Owned by: osimons
Priority: normal Component: XmlRpcPlugin
Severity: normal Keywords:
Cc: Olemis Lang Trac Release:

Description

Fault: <Fault 1: "'column name is not unique' while executing 'ticket.milestone.create()'">

Any hint on how to debug further?

srv_target = xmlrpclib.ServerProxy("https://%s:%s@%s/%s/login/xmlrpc" % ( user, pswd, base, target)) srv_target.ticket.milestone.create(summary, {})

Change History (0)

Note: See TracTickets for help on using tickets.