Display committed date in audits

Summary: Our auditors requested displaying this field and I can image that it can be useful.

Test Plan: /audit/

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

Differential Revision: https://secure.phabricator.com/D3044
This commit is contained in:
vrana
2012-07-23 16:11:35 -07:00
parent d07934474e
commit 7d9960e522
3 changed files with 11 additions and 0 deletions

View File

@@ -619,6 +619,7 @@ final class PhabricatorDirectoryMainController
$view = new PhabricatorAuditListView();
$view->setAudits($audits);
$view->setCommits($commits);
$view->setUser($user);
$phids = $view->getRequiredHandlePHIDs();
$handles = id(new PhabricatorObjectHandleData($phids))->loadHandles();