Page MenuHomePhabricator

D14502.id35082.diff
No OneTemporary

D14502.id35082.diff

diff --git a/src/applications/phurl/controller/PhabricatorPhurlURLViewController.php b/src/applications/phurl/controller/PhabricatorPhurlURLViewController.php
--- a/src/applications/phurl/controller/PhabricatorPhurlURLViewController.php
+++ b/src/applications/phurl/controller/PhabricatorPhurlURLViewController.php
@@ -79,7 +79,7 @@
$header = id(new PHUIHeaderView())
->setUser($viewer)
- ->setHeader($url->getName())
+ ->setHeader($url->getDisplayName())
->setStatus($icon, $color, $status)
->setPolicyObject($url);
diff --git a/src/applications/phurl/storage/PhabricatorPhurlURL.php b/src/applications/phurl/storage/PhabricatorPhurlURL.php
--- a/src/applications/phurl/storage/PhabricatorPhurlURL.php
+++ b/src/applications/phurl/storage/PhabricatorPhurlURL.php
@@ -83,7 +83,7 @@
if ($this->getName()) {
return $this->getName();
} else {
- return $this->getMonogram();
+ return $this->getLongURL();
}
}

File Metadata

Mime Type
text/plain
Expires
Fri, May 10, 6:27 AM (2 w, 6 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6275893
Default Alt Text
D14502.id35082.diff (983 B)

Event Timeline