petlof / liveresults

EmmaClient is a client-server system for publishing liveresults from Orienteering events. It have been used on many major events such as JWOC, WOC, EOC,..
http://liveresultat.orientering.se
GNU Lesser General Public License v3.0
40 stars 24 forks source link

Improve support for OLA 6.1.2 #53

Closed validballoon closed 2 years ago

validballoon commented 2 years ago

When making a runner as "ej start" it is not sent to https://liveresultat.orientering.se/. Instead it looks like the runner had started as normal according to his start time. Do you need more information? How can I help implement/test this fix?

fredricj commented 2 years ago

This is an bug in OLA when using the dialog "Sätt ej aktiverade till ej start". There is a modifiedDate column that emmaclient uses for getting the entries to send, but when using that dialog OLA doesn't update the modifiedDate column so emmaclient doesn't see it has changed.

fredricj commented 2 years ago

This should as far as I can see have been fixed in OLA 6.3.0

validballoon commented 2 years ago

Then we can close this issue. Thanks for the good investigation!