• 
      

    Do not render links in checkbox columns

    Review Request #7487 — Created July 3, 2015 and submitted — Latest diff uploaded

    Information

    Djblets
    release-0.9.x
    0078e83...

    Reviewers

    Cell rendering in DataGrid columns has been updated to allow the cell
    to override the DataGrid's choice of cell template. This allows the
    the CheckboxColumn to render without links, which would previously
    activate when checked.

    Tested the change with Review Board. There were no links in the
    dashboard's checkboxes. Checking the checkbox did not redirect before
    and after switching into mobile mode.