infinite-industries / infinite

MIT License
5 stars 3 forks source link

Editing existing event's times can falsely trigger detection #489

Open MatthewGidcomb opened 8 months ago

MatthewGidcomb commented 8 months ago

Given an event with more than one datetime, if you edit one of its datetimes in the admin interface, the existing event detection will flag the event as a duplicate of itself. The endpoint may need to be made aware of whether it's being called for a new or existing event, possibly by passing the event's ID when applicable, so it can be excluded, or the frontend could check the results against the ID of the event.