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
ReviewQueueHistory.review_decision_log is set to the first activity resulted from reviewer tools action, which is why it's recording the approval here. But we should only do that for human ones, not automated ones: that version would stay in the queue until a human reviewer confirms the approval or makes another action, and that's when we should record.
The solution should simply be to avoid doing anything in ReviewBase.update_queue_history() when self.human_review is False.
What happened?
Followup for #15174 (comment)
https://reviewers.addons.allizom.org/en-US/reviewers/review/2244534
What did you expect to happen?
Confirm approval should be the action displayed.
Note: the exit_date is correct -> belongs to confirm approval action
Is there an existing issue for this?
┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: