@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.

Add back calendar comment form

Summary: Fix T10544, missed this in testing.

Test Plan: Pull up event, see form, leave comment.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Maniphest Tasks: T10544

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

+4 -1
+4 -1
src/applications/calendar/controller/PhabricatorCalendarEventViewController.php
··· 89 89 90 90 $view = id(new PHUITwoColumnView()) 91 91 ->setHeader($header) 92 - ->setMainColumn($timeline) 92 + ->setMainColumn(array( 93 + $timeline, 94 + $add_comment_form, 95 + )) 93 96 ->setCurtain($curtain) 94 97 ->addPropertySection(pht('DETAILS'), $details) 95 98 ->addPropertySection(pht('DESCRIPTION'), $description);