Opened 8 years ago
Closed 5 years ago
#13079 closed defect (fixed)
Setting review deleting ticket owner
Reported by: | Massimo | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Component: | CodeReviewerPlugin |
Severity: | critical | Keywords: | |
Cc: | Massimo | Trac Release: | 1.2 |
Description
Since Trac 1.2, setting a review to PASSED deletes the Owner of that ticket. Afterwards the Owner is set to "No owner". The review switch itself is listed in the history of the ticket as Changed on 21.02.2017 at 11:32:55 by (none).
Attachments (0)
Change History (19)
comment:1 Changed 8 years ago by
Summary: | Sett → Setting review deleting ticket owner |
---|
comment:2 Changed 8 years ago by
Owner: | set to Ryan J Ollos |
---|---|
Status: | new → accepted |
comment:3 Changed 8 years ago by
comment:4 Changed 8 years ago by
I guess this could be based on this config section that was working before Trac 1.2:
[codereviewer] failed = owner={author} passed = owner={author} status_choices = rejected,open,passed
comment:5 Changed 8 years ago by
Any news on that? We can't use the review function in the meanwhile as it deletes the ticket owner. Chances that 1.2 -> 1.2.1 update will fix something about that?
comment:6 follow-up: 8 Changed 8 years ago by
Please provide your configuration ([codereviewer]
section at least).
comment:7 Changed 8 years ago by
[codereviewer] #failed = owner={author} #passed = owner={author} command = echo "Reviewed {author}" > /mnt/data/trac/projects/trac-ppp/review.dump status_choices = rejected,open,passed
comment:8 Changed 8 years ago by
comment:10 Changed 8 years ago by
Please report back if the issue is resolved, however the plugin has no maintainer and I don't have time to fix every issue that arises with unmaintained plugins on trac-hacks.org, so I can't promise to that I'll be able to revisit it if it's not fixed.
comment:11 Changed 8 years ago by
Thanks for the bugfix. It seems that now the owner is not reset to "None" anymore, this one is solved. However the comment for the review still doesn't show the author of the review:
Changed on 09.05.2017 at 09:14:28 by (none)
comment:12 Changed 7 years ago by
Status: | accepted → new |
---|
comment:13 Changed 7 years ago by
Owner: | Ryan J Ollos deleted |
---|
comment:14 Changed 5 years ago by
We upgraded to current stable Trac 1.2.3 and latest svn 1.0.0.dev0 of this plugin, but the reviewer is still logged as user (none). Any idea? Any alternative recommendation for a reviewer plugin doing reviews per change, not per line?
comment:15 Changed 5 years ago by
Cc: | Massimo added |
---|
comment:16 Changed 5 years ago by
Owner: | set to Ryan J Ollos |
---|---|
Status: | new → accepted |
Will try to look at this soon.
comment:19 Changed 5 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
I hope that finally fixes it. Sorry for the long delay!
Are you able to reproduce this issue? It is breaking the main functionality of this plugin leaving tickets in an inconsistent state.