mirror of
https://we.phorge.it/source/phorge.git
synced 2025-03-07 09:59:27 +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())
|
$view = id(new PHUITwoColumnView())
|
||||||
->setHeader($header)
|
->setHeader($header)
|
||||||
->setMainColumn($timeline)
|
->setMainColumn(array(
|
||||||
|
$timeline,
|
||||||
|
$add_comment_form,
|
||||||
|
))
|
||||||
->setCurtain($curtain)
|
->setCurtain($curtain)
|
||||||
->addPropertySection(pht('DETAILS'), $details)
|
->addPropertySection(pht('DETAILS'), $details)
|
||||||
->addPropertySection(pht('DESCRIPTION'), $description);
|
->addPropertySection(pht('DESCRIPTION'), $description);
|
||||||
|
|
Loading…
Add table
Reference in a new issue