Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15390179
D16858.id40594.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
715 B
Referenced Files
None
Subscribers
None
D16858.id40594.diff
View Options
diff --git a/src/applications/diffusion/management/DiffusionRepositoryBasicsManagementPanel.php b/src/applications/diffusion/management/DiffusionRepositoryBasicsManagementPanel.php
--- a/src/applications/diffusion/management/DiffusionRepositoryBasicsManagementPanel.php
+++ b/src/applications/diffusion/management/DiffusionRepositoryBasicsManagementPanel.php
@@ -168,8 +168,7 @@
$short_name = $repository->getRepositorySlug();
if ($short_name === null) {
- $short_name = $repository->getCloneName();
- $short_name = phutil_tag('em', array(), $short_name);
+ $short_name = phutil_tag('em', array(), pht('No Short name'));
}
$view->addProperty(pht('Short Name'), $short_name);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mar 16 2025, 5:58 AM (5 w, 3 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7704908
Default Alt Text
D16858.id40594.diff (715 B)
Attached To
Mode
D16858: Don't show "clone-name" as "Short Name"
Attached
Detach File
Event Timeline
Log In to Comment