18F / pulse

How the federal .gov domain space is doing at best practices and policies.
Other
95 stars 56 forks source link

Sort boolean fields properly when using Tables.boolean #767

Closed konklone closed 6 years ago

konklone commented 6 years ago

This sorts boolean fields on "Yes" and "No" instead of by true and false, which apparently doesn't work correctly.

This affected the Customer Satisfaction and DAP tables (which used Tables.boolean), but not the HTTPS tables, which is complicated enough to merit its own rendering.

Fixes #766.