Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15336266
D15364.id37122.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
478 B
Referenced Files
None
Subscribers
None
D15364.id37122.diff
View Options
diff --git a/src/workflow/ArcanistWorkflow.php b/src/workflow/ArcanistWorkflow.php
--- a/src/workflow/ArcanistWorkflow.php
+++ b/src/workflow/ArcanistWorkflow.php
@@ -2036,6 +2036,13 @@
protected function getModernUnitDictionary(array $map) {
$map = $this->getModernCommonDictionary($map);
+
+ $details = idx($map, 'userData');
+ if (strlen($details)) {
+ $map['details'] = (string)$details;
+ }
+ unset($map['userData']);
+
return $map;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Mar 9, 6:35 PM (2 w, 2 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7340473
Default Alt Text
D15364.id37122.diff (478 B)
Attached To
Mode
D15364: Report unit test details from Arcanist to Harbormaster
Attached
Detach File
Event Timeline
Log In to Comment