Fix FieldError trying to sort the reviews datagrid on review_summary.
Review Request #14966 — Created March 26, 2026 and submitted — Latest diff uploaded
The
ReviewSummaryColumnwas marked as sortable, but that was a
mistake. This change removes that flag so we don't trigger FieldError
due to the lack of aget_sort_field.
Opened a reviews datagrid with ?sort=review_summary and verified that it
didn't crash.