Page MenuHomePhabricator

Record a "series parent PHID" on Calendar events that retains relationships after forks
ClosedPublic

Authored by epriestley on Oct 31 2016, 8:54 PM.
Tags
None
Referenced Files
F19822106: D16780.id40408.diff
Sat, Mar 7, 2:51 AM
F19811221: D16780.diff
Tue, Mar 3, 11:06 PM
F19785340: D16780.id40418.diff
Tue, Feb 24, 10:36 PM
F19083623: D16780.id.diff
Dec 2 2025, 1:03 PM
F19080250: D16780.id40408.diff
Dec 2 2025, 12:28 AM
F19075106: D16780.diff
Dec 1 2025, 8:25 AM
F18849896: D16780.id.diff
Oct 30 2025, 12:59 PM
F18844735: D16780.diff
Oct 29 2025, 7:25 AM
Subscribers
None

Details

Summary

When you edit "X and all future events", X becomes the new parent of an event series.

Currently, it loses its relationship to its original parent. Instead, retain that relationship -- it's separate from the normal "parent", but we can use it to make the UI more clear or tweak behaviors later.

This mostly just keeps us from losing/destroying data that we might need/want later.

Test Plan
  • Ran migrations.
  • Cancelled "X and all future events", saw sensible-appearing beahvior in the database for "seriesParentPHID".

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Record a "series parent PHID" on Calendar events that retains relationships after forks.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.
chad edited edge metadata.
This revision is now accepted and ready to land.Oct 31 2016, 9:03 PM
This revision was automatically updated to reflect the committed changes.