Closed jdegand closed 3 months ago
I think this is related to the fact that the event ng-de
spans multiple days.
The December 5, ng-be
, event also doesn't show any details when clicked. Looking in community.json
, the endDate
field is not included in every model. I think the valibot
schema doesn't have an optional endDate property, but changing the schema doesn't seem to be enough to fix the problem so maybe there is also a logic error.
Using event.url
in event-section
for trackBy could be problematic if an event is multiple dates? There really isn't anything unique in the event model.
fixed with #360
Relevant scope
angular application
Description
Maybe, there is a typo for the October events.
Do you want to contribute with a pull request?
No