Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2685110
D25562.1734700019.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
724 B
Referenced Files
None
Subscribers
None
D25562.1734700019.diff
View Options
diff --git a/src/applications/project/view/PhabricatorProjectCardView.php b/src/applications/project/view/PhabricatorProjectCardView.php
--- a/src/applications/project/view/PhabricatorProjectCardView.php
+++ b/src/applications/project/view/PhabricatorProjectCardView.php
@@ -80,8 +80,7 @@
$description = $description_field->getFieldValue();
if (phutil_nonempty_string($description)) {
$description = PhabricatorMarkupEngine::summarizeSentence($description);
- $description = id(new PHUIRemarkupView($viewer, $description))
- ->setContextObject($project);
+ $description = id(new PHUIRemarkupView($viewer, $description));
$description = phutil_tag(
'div',
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Dec 20, 13:06 (20 h, 26 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1017316
Default Alt Text
D25562.1734700019.diff (724 B)
Attached To
Mode
D25562: Fix Project Hovercard rendering @mention
Attached
Detach File
Event Timeline
Log In to Comment