Opened 5 years ago
Closed 2 years ago
#3494 closed defect (fixed)
plugin deletes ticket owner
| Reported by: | baohx2000@… | Owned by: | gt4329b |
|---|---|---|---|
| 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 5 years ago by chris
comment:2 Changed 4 years ago by nasrullah@…
This issue still persists in 0.11 (haven't tested the trunk). The workaround by chris works perfectly. Here are some additional details:
comment:3 Changed 4 years ago by Drops
Thanks! The patch helped me too. Before this Owned by: was not updated after reassign.
comment:4 Changed 3 years ago by aaronaddleman@…
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 2 years ago by gt4329b
- Status changed from new to assigned
comment:6 Changed 2 years ago by gt4329b
- Resolution set to fixed
- Status changed from assigned to closed


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.