#9660 closed defect (fixed)
This plugin crashes XML-RPC
Reported by: | anonymous | Owned by: | Russ Tyndall |
---|---|---|---|
Priority: | normal | Component: | OverrideEditPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.12 |
Description
Error when trying to update a ticket using Eclipse and Mylyn Trac connector: Unable to submit at this time. Check connectivity and retry. "id" while executing 'ticket.update()'
Log in trac: File "build/bdist.linux-i686/egg/overrideeditplugin/api.py", line 69, in _validate_ticket
skey = "warning-"+req.argsid?+'-'+req.args.get('ts')
Attachments (0)
Change History (2)
comment:1 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 13 years ago by
That should solve the immediate problem. I have been using this plugin since trac10 without any real issues (wrt: get the id out of the args). I dont use eclipse / mylyn.
Can you think of why there might not be an ID in the args (eg this is a new ticket)?
The fix above should resolve the immediate failure case, but it would be nice to know what caused this problem in the first place.
(In [11104]) dont do our special stuff if there is not a ticket id. we must be on a saved ticket with a ticket id in the request for this to behave fix #9660