github olivierlambert/calrs v0.22.1
v0.22.1 — Fix broken slot picker links

latest releases: v1.9.0, v1.8.0, v1.7.0...
one month ago

Fixed

Slot picker links broken — clicking a time slot navigated to /{username}/{ instead of the booking form.

The minijinja default(value='') filter interpreted the value='' named argument as creating an object {"value": ""} instead of an empty string default. This caused the rescheduleBase JS variable to be truthy even on non-reschedule pages, which broke all slot link URLs.

Fixed by using default('') (positional argument).

Full Changelog: v0.22.0...v0.22.1

Don't miss a new calrs release

NewReleases is sending notifications on new releases.