#3494 closed defect (fixed)
plugin deletes ticket owner
Reported by: | Owned by: | Morris | |
---|---|---|---|
Priority: | normal | Component: | FlexibleAssignToPlugin |
Severity: | major | Keywords: | delete owner |
Cc: | Trac Release: | 0.11 |
Description
I recently updated my trac to 0.11 release (not beta) and now the flexibleassignto plugin simply deletes the owner of a ticket instead of changing it. I believe the problem may be that the name on the select element has changed in the latest release.
The drop-down still shows correctly in the ticket, it just doesn't do its job when submitting.
Attachments (0)
Change History (6)
comment:1 Changed 16 years ago by
comment:2 Changed 16 years ago by
This issue still persists in 0.11 (haven't tested the trunk). The workaround by chris works perfectly. Here are some additional details:
- If you installed this using easy_install, find the FlexibleAssignTo egg file in your python site-packages
- Unzip it
- Edit the flexibleassignto.py file in the folder with the same name and perform the edit as written above by chris
- Delete all .pyc's
- Zip back into an egg
comment:3 Changed 15 years ago by
Thanks! The patch helped me too. Before this Owned by: was not updated after reassign.
comment:4 Changed 14 years ago by
WHOOOOHOO!! ty chris! I made your change and it worked for me too!
I hope this code makes it into the next release of this hack.
comment:5 Changed 14 years ago by
Status: | new → assigned |
---|
comment:6 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
(In [10066]) fixes #3494 (http://trac-hacks.org/ticket/3494)
- updated flexibleassignto.py core to work properly with 0.11release+ versions of Trac (thanks chris!)
- updated AUTHORS to note contribution from chris on #3494
- updated README version compatibility notes
You were correct, the issue is that the name of the action has changed. I think I have fixed the issue by changing the line 196 to be:
I will email the code maintainers, see if I can get them to update this.