1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-22 18:28:47 +02:00
phorge-phorge/src/applications/maniphest
epriestley 239eca13d7 Fix fatal in Maniphest when viewing "show details" of a task description edit
Summary:
Clicking "show details" of a task description change in Maniphest currently throws an exception about the markup engine.

Since we don't actually need the engine an alternate fix would be "if ($this->markupEngine) { $renderer->setMarkupEngine($this->markupEngine); }" but we have one at the ready so just provide it. This should become part of the Transactions stuff anyway.

Test Plan: Clicked "show details".

Reviewers: btrahan

Reviewed By: btrahan

CC: aran

Differential Revision: https://secure.phabricator.com/D4167
2012-12-12 17:15:51 -08:00
..
application Use application icons for "Eye" menu and Crumbs 2012-12-07 13:37:28 -08:00
auxiliaryfield Delete license headers from files 2012-11-05 11:16:51 -08:00
constants Modernize the top half of Maniphest 2012-12-11 14:03:16 -08:00
controller Restore Maniphest to use comma-style lists for subscribers, projects 2012-12-11 17:15:59 -08:00
editor Add basic email support to Pholio 2012-11-21 17:39:46 -08:00
event Delete license headers from files 2012-11-05 11:16:51 -08:00
extensions Delete license headers from files 2012-11-05 11:16:51 -08:00
storage Delete license headers from files 2012-11-05 11:16:51 -08:00
view Fix fatal in Maniphest when viewing "show details" of a task description edit 2012-12-12 17:15:51 -08:00
ManiphestReplyHandler.php Delete license headers from files 2012-11-05 11:16:51 -08:00
ManiphestTaskQuery.php Delete license headers from files 2012-11-05 11:16:51 -08:00