pikim / grav-plugin-events

This plugin provides Calendar Events for Grav CMS
MIT License
13 stars 11 forks source link

Until date created when frequency is none #40

Open beejay41 opened 4 months ago

beejay41 commented 4 months ago

It appears Frequency is now set to "none" rather than null by the form, which triggers EventsProcessor to generate a bogus until date because freq is set.

This ultimately causes incorrect output in event_meta.html.twig which only tests for existence of fields and outputs when frequency is "none".