Opened 21 years ago
Closed 21 years ago
#132 closed defect (fixed)
Unpredicted behaviour when changing information of a ticket
Reported by: | Mikael Hallendal | Owned by: | Jonas Borgström |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | ticket system | Version: | 0.5.2 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
When adding comment/changing information there is a "Reporter" field, that field doesn't change the reporter field of the initial ticket but sets the reporter of the new comment, while some of the other fields change the actual information on the ticket.
The reporter-part should probably be splitted out so that it's obvious that it's about the new comment. I happened to put in Richard Hult as comment reporter because I tried to change it to be him for the ticket since I knew he submitted it on Ticket #131
This was partially addressed in [260].
'Reporter' was renamed 'Editor'.
I'm leaving this ticket open since it needs more work anyway. Correlates to #138.