Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15343161
D10974.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
791 B
Referenced Files
None
Subscribers
None
D10974.diff
View Options
diff --git a/src/applications/transactions/response/PhabricatorApplicationTransactionResponse.php b/src/applications/transactions/response/PhabricatorApplicationTransactionResponse.php
--- a/src/applications/transactions/response/PhabricatorApplicationTransactionResponse.php
+++ b/src/applications/transactions/response/PhabricatorApplicationTransactionResponse.php
@@ -67,6 +67,12 @@
$xactions = mpull($view->buildEvents(), 'render', 'getTransactionPHID');
}
+ // Force whatever the underlying views built to render into HTML for
+ // the Javascript.
+ foreach ($xactions as $key => $xaction) {
+ $xactions[$key] = hsprintf('%s', $xaction);
+ }
+
$content = array(
'xactions' => $xactions,
'spacer' => PHUITimelineView::renderSpacer(),
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Mar 10, 10:13 PM (2 w, 1 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7377022
Default Alt Text
D10974.diff (791 B)
Attached To
Mode
D10974: Fix a stray comma on File previews
Attached
Detach File
Event Timeline
Log In to Comment