You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additional context
I guess in a way, it would be useful to see who had been working on a ticket, kind of like "participants" on a GitHub issue, but I doubt this is intended behavior.
The text was updated successfully, but these errors were encountered:
Looking at the code, I'm surprised this happened. In ticket.php's updateTicket there is this code, which should explicitly set the ResolvedByUserID to null if the ticket is moving out of the Resolved or Closed states:
I don't think anything in the latest round of ticket changes affected this behavior.
The audit log for the affected ticket shows a reopen happening in 2021, so I think this was actually fixed by #1258 (which happened after 2021, but before this issue was opened).
Describe the bug
If a ticket is reopened, it will still show the resolver.
To Reproduce
https://retroachievements.org/ticketmanager.php?i=39049
Expected behavior
Resolver should be blank
Screenshots
Additional context
I guess in a way, it would be useful to see who had been working on a ticket, kind of like "participants" on a GitHub issue, but I doubt this is intended behavior.
The text was updated successfully, but these errors were encountered: