Page MenuHomePhabricator

Edit link of an exception to a ghost event should not create new event
ClosedPublic

Authored by lpriestley on Jun 2 2015, 2:34 AM.
Tags
None
Referenced Files
F13989045: D13108.id31671.diff
Mon, Oct 21, 5:47 PM
F13985906: D13108.id.diff
Sun, Oct 20, 11:32 PM
F13970011: D13108.id31648.diff
Thu, Oct 17, 5:12 AM
F13965262: D13108.id31671.diff
Wed, Oct 16, 12:57 AM
Unknown Object (File)
Sep 25 2024, 2:20 PM
Unknown Object (File)
Sep 15 2024, 1:19 PM
Unknown Object (File)
Sep 13 2024, 2:13 PM
Unknown Object (File)
Aug 24 2024, 11:19 PM
Subscribers

Details

Summary

Fixes T8382, Edit link of an exception to a ghost event should not create new event

Test Plan

Create recurring event, open ghost, edit, save, edit again. Should edit event created after first edit, not new event.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

lpriestley retitled this revision from to Edit link of an exception to a ghost event should not create new event.
lpriestley updated this object.
lpriestley edited the test plan for this revision. (Show Details)
lpriestley added a reviewer: epriestley.
epriestley edited edge metadata.
epriestley added inline comments.
src/applications/calendar/controller/PhabricatorCalendarEventViewController.php
137–139

Doesn't $event->getIsGhostEvent() imply these other two?

153

Doesn't !$event->getIsRecurring() imply !$event->getIsGhostEvent()?

This revision is now accepted and ready to land.Jun 2 2015, 2:13 PM
src/applications/calendar/controller/PhabricatorCalendarEventViewController.php
154

Oh, doesn't $event->getInstanceOfEventPHID() imply $event->getIsRecurring()?

lpriestley edited edge metadata.

Simplifying conditions for figuring out edit label on recurring events

This revision was automatically updated to reflect the committed changes.