• 
      

    Convert the diff comment fragments view to a class-based view.

    Review Request #9029 — Created June 21, 2017 and submitted — Latest diff uploaded

    Information

    Review Board
    release-3.0.x
    94cfa12...

    Reviewers

    This updates the diff comment fragments view to a class-based view,
    making use of the mixins for handling review request access and ETags.

    The logic is the same between the old view and new, with the exception
    that we no longer set an Expires header. This hasn't really been needed
    since we began using ETags for this view.

    Tested that diff comment fragments continued to load.

    Unit tests passed.