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
F13257754: D13299.id32178.diff
Sun, May 26, 4:40 AM
F13212211: D13299.diff
Fri, May 17, 6:28 AM
F13197165: D13299.diff
Sun, May 12, 11:52 PM
Unknown Object (File)
Fri, May 3, 8:38 AM
Unknown Object (File)
Apr 25 2024, 3:16 PM
Unknown Object (File)
Apr 12 2024, 8:42 PM
Unknown Object (File)
Apr 9 2024, 10:21 AM
Unknown Object (File)
Apr 2 2024, 12:22 AM
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.