angular-hub icon indicating copy to clipboard operation
angular-hub copied to clipboard

[Bug]: When clicked, October events show no details

Open jdegand opened this issue 1 year ago • 2 comments

Relevant scope

angular application

Description

october-events-bug

Maybe, there is a typo for the October events.

Do you want to contribute with a pull request?

No

jdegand avatar Jul 20 '24 19:07 jdegand

I think this is related to the fact that the event ng-de spans multiple days.

jdegand avatar Jul 20 '24 20:07 jdegand

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.

jdegand avatar Jul 20 '24 20:07 jdegand

fixed with #360

geromegrignon avatar Aug 20 '24 11:08 geromegrignon