Page MenuHomePhorge

When "All Day Event" is checked, do not try to save the times
Open, LowPublic

Description

Steps to reproduce:

  1. Visit Create Event
  2. Set a Start and End dates (with bullshit in the time)
  3. Check "All Day Event"
  4. Save

What you obtain:

→ an error related to an invalid date

What you should obtain instead:

→ no error related to the time (since it should just be ignored)

Event Timeline

valerio.bozzolan created this task.
valerio.bozzolan created this object in space S1 Public.

The relevant part seems to be

./src/applications/calendar/editor/PhabricatorCalendarEventEditEngine.php