Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15469139
D9808.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
965 B
Referenced Files
None
Subscribers
None
D9808.diff
View Options
diff --git a/src/applications/project/controller/PhabricatorProjectProfileController.php b/src/applications/project/controller/PhabricatorProjectProfileController.php
--- a/src/applications/project/controller/PhabricatorProjectProfileController.php
+++ b/src/applications/project/controller/PhabricatorProjectProfileController.php
@@ -292,6 +292,16 @@
? $this->renderHandlesForPHIDs($project->getWatcherPHIDs(), ',')
: phutil_tag('em', array(), pht('None')));
+ $diffusion_phids = PhabricatorEdgeQuery::loadDestinationPHIDs(
+ $project->getPHID(),
+ PhabricatorEdgeConfig::TYPE_PROJECT_HAS_OBJECT);
+ if ($diffusion_phids) {
+ $this->loadHandles($diffusion_phids);
+ $view->addProperty(
+ pht('Repositories'),
+ $this->renderHandlesForPHIDs($diffusion_phids, ','));
+ }
+
$field_list = PhabricatorCustomField::getObjectFields(
$project,
PhabricatorCustomField::ROLE_VIEW);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Apr 5 2025, 9:41 AM (5 w, 42 m ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7240229
Default Alt Text
D9808.diff (965 B)
Attached To
Mode
D9808: List the repositories linked to the current showing project.
Attached
Detach File
Event Timeline
Log In to Comment