• 
      

    Fix bumping Last Updated on a review request when publishing a review.

    Review Request #5875 — Created May 25, 2014 and submitted

    Information

    Review Board
    release-2.0.x
    72eec2e...

    Reviewers

    We made a change to improve the performance of publishing a review by
    limiting what fields we were writing on a ReviewRequest. However, we
    weren't including "last_updated" in the list of fields, which meant that
    a review request with a new review wouldn't jump to the top of the
    dashboard. Adding that field to the list fixes this.

    Published a review on a review request and saw that the Last Updated was
    changed. The dashboard showed "0 minutes ago".

    reviewbot
    1. This is a review from Review Bot.
        Tool: PEP8 Style Checker
        Processed Files:
          reviewboard/reviews/models/review.py
        Ignored Files:
      
      
    2. 
        
    reviewbot
    1. This is a review from Review Bot.
        Tool: Pyflakes
        Processed Files:
          reviewboard/reviews/models/review.py
        Ignored Files:
      
      
    2. 
        
    david
    1. Bug 3374.

    2. 
        
    chipx86
    david
    1. Ship It!

    2. 
        
    chipx86
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to release-2.0.x (2ac37ec)