BU-Spark / se-Symbiota-portal

The Symbiota Virtual Flora/Fauna project is an open source software project, with central goal of developing on-line tools that aid in the generation, exploration and management of biodiversity data (collection specimens, observations, images, checklist, keys, etc.). See also: http://bdj.pensoft.net/articles.php?id=1114 and http://symbiota.org/
GNU General Public License v2.0
1 stars 3 forks source link

Old entry form image path #61

Closed ttaliacc closed 6 months ago

ttaliacc commented 7 months ago

The old entry form fails to read image url, because the column it is querying is not where we store the image url in our current database. So I updated the query function in commit 10c9e6fd07aa15b6e029c46180ec102e26a2b017. We need to talk about it later, and see if we suppose to touch the code of the old entry form.

ttaliacc commented 6 months ago

Copy the image src to where the old entry form tries to access the image when we save the occurrence

ttaliacc commented 6 months ago

The old entry for is working correctly right now for some reason