Page MenuHomePhabricator

Calendar event detail view should show no time for all day events, and should show only one time field for one day events.
ClosedPublic

Authored by lpriestley on May 8 2015, 4:47 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 25, 2:46 AM
Unknown Object (File)
Wed, Apr 17, 3:04 PM
Unknown Object (File)
Sat, Apr 6, 11:11 PM
Unknown Object (File)
Mar 24 2024, 1:08 AM
Unknown Object (File)
Mar 17 2024, 1:11 AM
Unknown Object (File)
Feb 7 2024, 8:11 AM
Unknown Object (File)
Feb 3 2024, 3:48 AM
Unknown Object (File)
Jan 5 2024, 11:44 PM
Subscribers

Details

Summary

Ref T8021, Calendar event detail view should show no time for all day events, and should show only one time field for one day events

Test Plan

Open all-day event, event should show "Time" field with not start/end dates. Two day events should show start and end days, not times. Normal events should show old way of displaying start and end times.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

lpriestley retitled this revision from to Calendar event detail view should show no time for all day events, and should show only one time field for one day events..
lpriestley updated this object.
lpriestley edited the test plan for this revision. (Show Details)
lpriestley added a reviewer: epriestley.
lpriestley edited edge metadata.

Instead of figuring duration of all-day events, just compare if all-day event is a one-day or multi-day event to determine if should show start/end time or just one time.

epriestley edited edge metadata.
This revision is now accepted and ready to land.May 8 2015, 2:55 PM
This revision was automatically updated to reflect the committed changes.