Fixes T8382, Edit link of an exception to a ghost event should not create new event
Details
Details
- Reviewers
epriestley - Group Reviewers
Blessed Reviewers - Maniphest Tasks
- T8382: The edit link of an exception to a ghost event should not create a new event.
- Commits
- Restricted Diffusion Commit
rPb576cef71006: Edit link of an exception to a ghost event should not create new event
Create recurring event, open ghost, edit, save, edit again. Should edit event created after first edit, not new event.
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
src/applications/calendar/controller/PhabricatorCalendarEventViewController.php | ||
---|---|---|
154 | Oh, doesn't $event->getInstanceOfEventPHID() imply $event->getIsRecurring()? |