Skip to content

Commit d653b12

Browse files
committed
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
1 parent 8676873 commit d653b12

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/applications/calendar/controller/PhabricatorCalendarEventViewController.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,10 @@ public function handleRequest(AphrontRequest $request) {
8989

9090
$view = id(new PHUITwoColumnView())
9191
->setHeader($header)
92-
->setMainColumn($timeline)
92+
->setMainColumn(array(
93+
$timeline,
94+
$add_comment_form,
95+
))
9396
->setCurtain($curtain)
9497
->addPropertySection(pht('DETAILS'), $details)
9598
->addPropertySection(pht('DESCRIPTION'), $description);

0 commit comments

Comments
 (0)