mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-26 00:32:42 +01:00
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:
parent
2703a2e997
commit
c1e9b20d78
1 changed files with 2 additions and 0 deletions
|
@ -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(),
|
||||
|
|
Loading…
Reference in a new issue