Add visibility field to a ReviewRequestVisit
Review Request #7085 — Created March 19, 2015 and submitted — Latest diff uploaded
This adds a visibility field to the ReviewRequestVisit with three states: visible (V), archived (A), and muted (M). A database evolution,
reviewrequestvisit_visibility
, is also added.
Added to reviewboard.accounts.tests to test if VISIBLE was the default state of a newly created ReviewRequestVisit, all tests passed.
Checked database entries in the admin interface