Page MenuHomePhabricator

D17475.diff
No OneTemporary

D17475.diff

diff --git a/src/applications/people/controller/PhabricatorPeopleProfileCommitsController.php b/src/applications/people/controller/PhabricatorPeopleProfileCommitsController.php
--- a/src/applications/people/controller/PhabricatorPeopleProfileCommitsController.php
+++ b/src/applications/people/controller/PhabricatorPeopleProfileCommitsController.php
@@ -59,6 +59,9 @@
$commits = id(new DiffusionCommitQuery())
->setViewer($viewer)
+ ->needAuditRequests(true)
+ ->needCommitData(true)
+ ->needDrafts(true)
->requireCapabilities(
array(
PhabricatorPolicyCapability::CAN_VIEW,

File Metadata

Mime Type
text/plain
Expires
Wed, Mar 26, 4:18 AM (1 w, 5 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7223245
Default Alt Text
D17475.diff (632 B)

Event Timeline