Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14348020
D15474.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
576 B
Referenced Files
None
Subscribers
None
D15474.diff
View Options
diff --git a/src/applications/differential/controller/DifferentialRevisionViewController.php b/src/applications/differential/controller/DifferentialRevisionViewController.php
--- a/src/applications/differential/controller/DifferentialRevisionViewController.php
+++ b/src/applications/differential/controller/DifferentialRevisionViewController.php
@@ -1131,6 +1131,10 @@
DifferentialRevision $revision) {
$viewer = $this->getViewer();
+ if (!$diff->getBuildable()) {
+ return null;
+ }
+
if (!$diff->getUnitMessages()) {
return null;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Dec 20, 4:59 AM (21 h, 6 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6909550
Default Alt Text
D15474.diff (576 B)
Attached To
Mode
D15474: Fix an issue with rendering unit messages for diffs with no buildable
Attached
Detach File
Event Timeline
Log In to Comment