Page MenuHomePhabricator

D17475.id42022.diff
No OneTemporary

D17475.id42022.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
Mon, Mar 17, 9:24 PM (2 w, 3 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7223245
Default Alt Text
D17475.id42022.diff (632 B)

Event Timeline