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
F14725030: D12768.id30698.diff
Sat, Jan 18, 2:00 AM
Unknown Object (File)
Thu, Jan 16, 3:06 PM
Unknown Object (File)
Sat, Jan 11, 2:49 AM
Unknown Object (File)
Sat, Dec 28, 1:58 PM
Unknown Object (File)
Wed, Dec 25, 9:26 PM
Unknown Object (File)
Dec 18 2024, 12:31 AM
Unknown Object (File)
Dec 13 2024, 4:35 PM
Unknown Object (File)
Dec 4 2024, 5:46 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.