@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Calendar event transaction should show a calendar icon in Feed

Summary: Fixes T8010, Calendar event transaction should show a calendar icon in Feed.

Test Plan: Update a Calendar event, check the Feed, transaction item should have a calendar icon in bottom left corner of the box.

Reviewers: epriestley, chad, #blessed_reviewers

Reviewed By: chad, #blessed_reviewers

Subscribers: Korvin, epriestley

Maniphest Tasks: T8010

Differential Revision: https://secure.phabricator.com/D12642

+4
+4
src/applications/calendar/phid/PhabricatorCalendarEventPHIDType.php
··· 8 8 return pht('Event'); 9 9 } 10 10 11 + public function getPHIDTypeApplicationClass() { 12 + return 'PhabricatorCalendarApplication'; 13 + } 14 + 11 15 public function newObject() { 12 16 return new PhabricatorCalendarEvent(); 13 17 }