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
F14825435: D13108.id.diff
Tue, Jan 28, 9:17 PM
Unknown Object (File)
Sat, Jan 25, 9:20 PM
Unknown Object (File)
Sat, Jan 25, 4:37 AM
Unknown Object (File)
Fri, Jan 24, 12:39 AM
Unknown Object (File)
Sat, Jan 18, 9:11 AM
Unknown Object (File)
Sat, Jan 18, 2:29 AM
Unknown Object (File)
Fri, Jan 17, 2:37 PM
Unknown Object (File)
Dec 28 2024, 12:58 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
Branch
calendareditinstance
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 6461
Build 6483: [Placeholder Plan] Wait for 30 Seconds

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.