differential now displays date created and date modified info
Summary: Added date created and date modified to diff Test Plan: Creat a new diff. Check to see that dateCreated and dateModified appear Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D4756
This commit is contained in:
committed by
epriestley
parent
2703a2e997
commit
c1e9b20d78
@@ -188,6 +188,8 @@ final class DifferentialDiff extends DifferentialDAO {
|
||||
'id' => $this->getID(),
|
||||
'parent' => $this->getParentRevisionID(),
|
||||
'revisionID' => $this->getRevisionID(),
|
||||
'dateCreated' => $this->getDateCreated(),
|
||||
'dateModified' => $this->getDateModified(),
|
||||
'sourceControlBaseRevision' => $this->getSourceControlBaseRevision(),
|
||||
'sourceControlPath' => $this->getSourceControlPath(),
|
||||
'sourceControlSystem' => $this->getSourceControlSystem(),
|
||||
|
||||
Reference in New Issue
Block a user