Add a column for Branch and Bugs to the review datagrid view.

Review Request #1354 — Created Jan. 18, 2010 and submitted

Information

Review Board

Reviewers

Added a Branch and Bugs column to the review datagrid. Neither one is visible by default. Bugs column was request in bug #1441.
Loaded a batch of reviews with branch and bugs#. Enabled Bugs and Branch columns, sorted based on those columns, all seems to work.
AH
  1. 
      
  2. reviewboard/reviews/datagrids.py (Diff revision 1)
     
     
    Sortable=True, maybe changed to False, since its really hard to sort on bugs if more then one bug is resolved by a single review. 
  3. 
      
chipx86
  1. Looks good, thanks. Went ahead and turned off sorting for Bugs, as I don't think it's too useful given that it will sort only based on the first bug ID.
    
    Committed as r083ef96.
  2. 
      
Loading...