mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01: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:
parent
86768737c5
commit
d653b125b5
1 changed files with 4 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue