Page MenuHomePhabricator

Fix a fatal in Calendar widget in Conpherence
ClosedPublic

Authored by epriestley on Jun 15 2015, 2:54 PM.
Tags
None
Referenced Files
F19945264: D13299.id32168.diff
Thu, Apr 16, 4:25 PM
F19826751: D13299.id.diff
Mar 9 2026, 12:55 AM
F19538289: D13299.diff
Jan 21 2026, 3:29 PM
F19520270: D13299.id32178.diff
Jan 16 2026, 12:27 PM
F19508387: D13299.id32178.diff
Jan 10 2026, 3:55 AM
F19102232: D13299.diff
Dec 5 2025, 5:53 AM
F19059646: D13299.diff
Nov 29 2025, 6:26 AM
F18858939: D13299.id32178.diff
Nov 1 2025, 11:33 PM
Subscribers

Details

Summary

Fixes T8548. This needs to be cleaned up more generally at some point, but stop the bleeding for now.

If a thread member is invited to an event with a non-thread-member host, we try to render the host but don't have their handle (this is a holdover from the bygone days of events as statuses).

For now, just don't render anything. In the future, it might be nice to render (some of?) the attendees who are thread members, but I suspect we may revisit this widget more generally.

Test Plan
  • As a non thread-member, created an event and invited a thread member.
  • Viewed thread as thread-member.
  • Saw widget fatal.
  • Applied patch.
  • As thread-member, saw widget render with just "9AM-10AM", instead of "host, 9AM-10AM".

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Fix a fatal in Calendar widget in Conpherence.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.
btrahan edited edge metadata.
This revision is now accepted and ready to land.Jun 15 2015, 6:49 PM
This revision was automatically updated to reflect the committed changes.