#5387 closed defect (fixed)
Error loading actions in Mylyn
Reported by: | Stephen Moretti | Owned by: | osimons |
---|---|---|---|
Priority: | high | Component: | XmlRpcPlugin |
Severity: | major | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description (last modified by )
Using r6057 and Mylyn 3.2.0I20090616-0200-e3x
Getting Fault code 2 : DeleteTicketActionController' object has no attribute 'actions while executing 'ticket.getAvailableActions()'
Current ticket status is "accepted".
Looking in Trac I have :
- leave as accepted
- Ready to QA to The owner will change from stephenm. Next status will be 'in_QA'
- resolve as The resolution will be set. Next status will be 'closed'
- request info to The owner will change from stephenm. Next status will be 'more_info_required'
- reassign to The owner will change from stephenm. Next status will be 'assigned'
- delete ticket This ticket will be deleted.
- accept Next status will be 'accepted'
as available actions.
I've attached my workflow file. Please don't hesitate to contact me if you have any questions.
Attachments (1)
Change History (7)
Changed 15 years ago by
Attachment: | workflow.ini added |
---|
comment:1 Changed 15 years ago by
You have installed the DeleteTicketActionController
from Trac 0.11.x sample-plugins? Looks like it from the naming at least.
I'll look at it - and see what this type of plugin is missing. Seems I'm trying to access an attribute it doesn't have.
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
(In [6059]) XmlRpcPlugin: Problem with ticket.getAction()
accessing an attribute not all plugins may have - in this case triggered by DeleteTicket.py
sample plugin. Closes #5387.
comment:3 Changed 15 years ago by
Oops. Redone the fix in [6080] - including test to detect to detect unexpected changes in results.
comment:4 Changed 15 years ago by
heh heh - just as well I haven't had an opportunity to put the updates past r6059 yet. ;)
Thanks for doing this - it works a treat.
comment:5 follow-up: 6 Changed 15 years ago by
Description: | modified (diff) |
---|
Thanks for fixing this osimons. Can you increase the version in trunk to 1.0.6? I received a few bug reports for Mylyn due to missing action labels and added a check that recommends upgrading to the latest if 1.0.5 is installed.
comment:6 Changed 15 years ago by
Description: | modified (diff) |
---|
Custom Workflow config