Please fill out the following sections to the best of your ability, it will help us investigate bugs if we have this information at the outset. Screenshots are especially helpful, so please provide those if you can.
Platform (Android, iOS, Website): Website
Browser, if a website issue (Firefox, Chrome, etc) : Firefox
URLs (aka web addresses) of any relevant observations or pages: https://www.inaturalist.org/observations?iconic_taxa=Plantae&order=asc&order_by=updated_at&place_id=21&verifiable=any
Screenshots of what you are seeing (instructions for taking a screenshot on computers and mobile devices: https://www.take-a-screenshot.org/):
Description of problem (please provide a set of steps we can use to replicate the issue, and make as many as you need.):
Step 1: When order=asc
order_by=updated_at
used in url
Step 2: the sort by dropdown is blank and doesnt display text “date updated” seen in identify mode
Step 3:
the html shows:
select class=“form-control ng-pristine ng-untouched ng-valid filter-changed” id=“params-order-by” ng-class=“{ ‘filter-changed’: ( params.order_by !== defaultParams.order_by ) }” ng-model-options=“{debounce: 1000}” ng-model=“params.order_by” option value=“? string:updated_at ?” /option
option data-key=“date_added” value=“id” class=“ng-binding”
Date Added
/option
option data-key=“date_observed” value=“observed_on” class=“ng-binding”
Date Observed
/option
option data-key=“faves” value=“votes” class=“ng-binding”
Faves
/option
/select
and is missing a way to show date updatd