- Issue created by @nfabing
- Status changed to Needs review
about 1 year ago 12:25pm 19 October 2023
The current implementation throws an exception every time a user tries to access an event with uppercase letters in the event name.
Access a single event page with an uppercase letter in the event name.
Change OpenagendaEventConverter::convert() to also convert the event name to lowercase before it is passed as an argument to the controller.