MushroomObserver / mushroom-observer

A website for sharing observations of mushrooms.
https://mushroomobserver.org
MIT License
77 stars 25 forks source link

Obs form: accept autocompleted `:location_id` and `:name_id` #2195

Closed nimmolo closed 2 months ago

nimmolo commented 3 months ago

If we have a match (with an ID) for location or name, this changes the controller to deal with the selected record id, bypassing some of the code that otherwise tries to match a submitted string to a record.

For names, though, it does not bypass the code that checks if the name is deprecated or ambiguous.

nimmolo commented 2 months ago

Doing these separately.