• 
      

    Fix FieldError trying to sort the reviews datagrid on review_summary.

    Review Request #14966 — Created March 26, 2026 and submitted

    Information

    Review Board
    release-7.1.x

    Reviewers

    The ReviewSummaryColumn was marked as sortable, but that was a
    mistake. This change removes that flag so we don't trigger FieldError
    due to the lack of a get_sort_field.

    Opened a reviews datagrid with ?sort=review_summary and verified that it
    didn't crash.

    Summary ID
    Fix FieldError trying to sort the reviews datagrid on review_summary.
    The `ReviewSummaryColumn` was marked as sortable, but that was a mistake. This change removes that flag so we don't trigger FieldError due to the lack of a `get_sort_field`. Testing Done: Opened a reviews datagrid with ?sort=review_summary and verified that it didn't crash.
    nlytvypuxskokyptnnzqxtuukwmuqynp
    Description From Last Updated

    Being sortable was a mistake. This would be an expensive sort, so I think we should just disable sorting here.

    chipx86chipx86
    chipx86
    1. 
        
    2. Show all issues

      Being sortable was a mistake. This would be an expensive sort, so I think we should just disable sorting here.

    3. 
        
    david
    chipx86
    1. Ship It!
    2. 
        
    david
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to release-7.1.x (470a79a)