• 
      

    Add visibility field to a ReviewRequestVisit

    Review Request #7085 — Created March 19, 2015 and submitted — Latest diff uploaded

    Information

    Review Board
    master
    8648c99...

    Reviewers

    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