1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 01:08:50 +02:00

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
This commit is contained in:
Chad Little 2016-03-08 07:26:56 -08:00
parent 86768737c5
commit d653b125b5

View file

@ -89,7 +89,10 @@ final class PhabricatorCalendarEventViewController
$view = id(new PHUITwoColumnView())
->setHeader($header)
->setMainColumn($timeline)
->setMainColumn(array(
$timeline,
$add_comment_form,
))
->setCurtain($curtain)
->addPropertySection(pht('DETAILS'), $details)
->addPropertySection(pht('DESCRIPTION'), $description);