-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
When you paste a link into settings the parameters get shortened:
e.g. .../rapla?page=calendar&user=somename&file=somecourse&day=12&month=1&year=2018
becomes .../rapla?page=calendar&user=somename&file=somecourse
if you mix up the parameters, the shortening fails!
e.g. .../rapla?page=calendar&user=somename&day=12&month=1&year=2018&file=somecourse
becomes .../rapla?page=calendar&user=somename
Note: the shortened link describes a different calendar
Is this expected behaviour? And why do you get rid of the parameters in the first place? I'd expect the parser to start from the day provided, not from "today".
Reactions are currently unavailable