1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-28 17:52:43 +01:00
phorge-phorge/src/applications/conpherence/controller
epriestley 9f1235d875 Fix a fatal in Calendar widget in Conpherence
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".

Reviewers: btrahan

Reviewed By: btrahan

Subscribers: epriestley

Maniphest Tasks: T8548

Differential Revision: https://secure.phabricator.com/D13299
2015-06-15 13:51:36 -07:00
..
ConpherenceColumnViewController.php Conpherence - improve performance by handling dropdowns (notifications, threads) as standard response data 2015-05-07 16:04:56 -07:00
ConpherenceController.php Conpherence - refine menu interactions with respect to "Show More" 2015-03-31 12:45:32 -07:00
ConpherenceListController.php Conpherence - allow for public rooms to really work 2015-05-08 14:59:11 -07:00
ConpherenceNewController.php Conpherence - allow for public rooms to really work 2015-05-08 14:59:11 -07:00
ConpherenceNewRoomController.php Remove *TransactionType classes 2015-06-08 11:26:43 +10:00
ConpherenceNotificationPanelController.php Conpherence - add back in custom images 2015-05-04 13:52:22 -07:00
ConpherenceRoomListController.php Conpherence - allow for public rooms to really work 2015-05-08 14:59:11 -07:00
ConpherenceUpdateController.php Remove *TransactionType classes 2015-06-08 11:26:43 +10:00
ConpherenceViewController.php Conpherence - change message rendering logic to eradicate possibility of duplicates 2015-05-13 11:06:54 -07:00
ConpherenceWidgetController.php Fix a fatal in Calendar widget in Conpherence 2015-06-15 13:51:36 -07:00