Fix display of "Status" in change entries.

Review Request #7040 — Created March 10, 2015 and submitted

Information

Review Board
release-2.0.x
24c8ddb...

Reviewers

When I added the status field, I inadvertantly duplicated the display of status
within the change entry boxes. Because we have some special handling of change
entries already (they're displayed at the top of the box rather than with all
the other fields), I've elected to just override the method that specifies
which things get rendered to return an empty list.

Closed a review request and looked at the change entry. Without this, I see
that 'P' changed to 'S', but with this change, that whole entry is gone.

reviewbot
  1. Tool: PEP8 Style Checker
    Processed Files:
        reviewboard/reviews/builtin_fields.py
    
    
    
    Tool: Pyflakes
    Processed Files:
        reviewboard/reviews/builtin_fields.py
    
    
  2. 
      
brennie
  1. Ship It!
  2. 
      
chipx86
  1. Ship It!
  2. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-2.0.x (c3ce089)
Loading...