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

implement the start from last view button #38

Closed ttaliacc closed 11 months ago

ttaliacc commented 1 year ago

In the batch page, we decided to create a new button, start from last view, which will navigate to the occurrence the user touched the last.

Screen Shot 2023-07-20 at 19 45 55
ttaliacc commented 11 months ago

the start from last button is working(c7027cd11c58e247ca29cd2748fbbb6bb3ea0036). Still need to update the occurrence table to update the lastedit column in db every time the changes is made

ttaliacc commented 11 months ago

The start from last button is working now. The value of the lastedit column will be updated if the save edits button is clicked.