Fix a couple of minor issues with recent star column mods.

Review Request #8197 — Created May 30, 2016 and submitted

Information

Review Board
release-3.0.x
bc83f14...

Reviewers

  1. Remove call to registerToggleStar() from common.es6.js. This was likely
    a merge error.
  2. Add missing trailing comma in common bundle in staticbundles.py.

Manual testing only. Removing registerToggleStar() allowed datagrids to render whereas previously they did not. Observed "is not a constructor" issue in developer console related to RB.StarManagerView until trailing comma was inserted.

reviewbot
  1. Tool: PEP8 Style Checker
    Processed Files:
        reviewboard/staticbundles.py
    
    Ignored Files:
        reviewboard/static/rb/js/common.es6.js
    
    
    
    Tool: Pyflakes
    Processed Files:
        reviewboard/staticbundles.py
    
    Ignored Files:
        reviewboard/static/rb/js/common.es6.js
    
    
  2. 
      
brennie
  1. Ship It!
  2. 
      
gmyers
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-3.0.x (1380b4b)
Loading...