hurricane-response / florence-api

Fork of https://github.com/sketch-city/harvey-api for Hurricane Florence
https://hurricane-florence-api.herokuapp.com/
GNU General Public License v3.0
50 stars 14 forks source link

Bug: Can't unselect column sorting at '.../outdated' shelter table site #94

Closed plocket closed 5 years ago

plocket commented 5 years ago

At https://api.hurricane-response.org/shelters/outdated you can select multiple columns to sort by, but you can't unselect any columns once you select them.

Refreshing the page (even without cache) doesn't unselect the columns.

[This isn't a problem at https://api.hurricane-response.org/shelters]

Browser: Chrome v75.0.3770.142

nihonjinrxs commented 5 years ago

The /shelters/outdated view is a sorted view (least recently updated first), so sorting should be disabled on that view. Will put in a new issue for that.

nihonjinrxs commented 5 years ago

See issue #101