Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F18788684
D21175.id50423.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
720 B
Referenced Files
None
Subscribers
None
D21175.id50423.diff
View Options
diff --git a/src/applications/diffusion/controller/DiffusionCommitController.php b/src/applications/diffusion/controller/DiffusionCommitController.php
--- a/src/applications/diffusion/controller/DiffusionCommitController.php
+++ b/src/applications/diffusion/controller/DiffusionCommitController.php
@@ -459,9 +459,12 @@
$filetree = id(new DifferentialFileTreeEngine())
->setViewer($viewer)
- ->setChangesets($changesets)
->setDisabled(!$show_changesets);
+ if ($show_changesets) {
+ $filetree->setChangesets($changesets);
+ }
+
$description_box = id(new PHUIObjectBoxView())
->setHeaderText(pht('Description'))
->setBackground(PHUIObjectBoxView::BLUE_PROPERTY)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Oct 16 2025, 6:01 AM (12 w, 1 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
8630981
Default Alt Text
D21175.id50423.diff (720 B)
Attached To
Mode
D21175: Fix a Diffusion issue where commits that do not show changesets would incorrectly try to render changesets
Attached
Detach File
Event Timeline
Log In to Comment