Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14407352
D17475.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
632 B
Referenced Files
None
Subscribers
None
D17475.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Wed, Dec 25, 2:46 AM (8 h, 34 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6924490
Default Alt Text
D17475.diff (632 B)
Attached To
Mode
D17475: Attach commit data to commit list on people
Attached
Detach File
Event Timeline
Log In to Comment