road86 / bahis-desk

Desktop application for BAHIS2
GNU General Public License v3.0
2 stars 1 forks source link

fix: timestamp #51

Closed ChasNelson1990 closed 1 year ago

ChasNelson1990 commented 1 year ago

Description

The so called timestamp issue was actually doing exactly what it has been coded to do: it shows the last time any data was added to the local database. This won't update when you click "Sync Now" unless you had new data locally (a submitted form) or there was new data on the server.

Either way, the new timestamp will be the time that form was created - not the time the sync button was pressed.

I have changed this to be the last time the user completed a sync.

closes #48

Checklist

ChasNelson1990 commented 1 year ago

@mixmixmix please re-test and I dealt with conflicts on GitHub and am not able to locally test right now