Fix filtering by reviewer in the issue summary table.

Review Request #7530 — Created July 17, 2015 and submitted

Information

Review Board
release-2.5.x

Reviewers

The redesign of the issue summary table had a last-minute change that
converted an attribute on an element into a data attribute, and a rename
of a function, which broke filtering of reviewers. I've fixed this, and
changed an element lookup to use a stored reference to an element for
the filter widget.

Tested filtering with two users. "All Users" and each user entry worked
properly.

reviewbot
  1. Tool: PEP8 Style Checker
    Ignored Files:
        reviewboard/static/rb/js/views/issueSummaryTableView.js
    
    
    
    Tool: Pyflakes
    Ignored Files:
        reviewboard/static/rb/js/views/issueSummaryTableView.js
    
    
  2. 
      
david
  1. Ship It!
  2. 
      
chipx86
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to master (6ed943a)
Loading...