buggyrace / buggy-race-server

Race server and supporting material for running a "Buggy Racing" Python programming project
https://www.buggyrace.net
Other
1 stars 0 forks source link

upload-race-results URL overwrite isn't working #158

Open davewhiteland opened 1 year ago

davewhiteland commented 1 year ago

Looks like the URLs in an uploaded JSON are not being used if "Overwrite URLs" is selected — empty values in the race remain even after upload, which is not the correct behaviour.

It's a pain because need to edit them manually at the moment to get this to work.

davewhiteland commented 1 year ago

Looks like it's the URLs of racetrack image and SVG path that aren't getting picked up (and max_laps too... which isn't a URL)

davewhiteland commented 1 year ago

Fixed the max_laps and a bunch of other things (including not updating the timestamp of upload, whoops) in 9a5efba.

If the URLs are not being updated is moot since now we're storing in the race files maybe it's a small bug now.