Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14879428
D14140.id34165.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
733 B
Referenced Files
None
Subscribers
None
D14140.id34165.diff
View Options
diff --git a/src/applications/files/controller/PhabricatorFileTransformListController.php b/src/applications/files/controller/PhabricatorFileTransformListController.php
--- a/src/applications/files/controller/PhabricatorFileTransformListController.php
+++ b/src/applications/files/controller/PhabricatorFileTransformListController.php
@@ -116,11 +116,11 @@
$dst_box = id(new PHUIObjectBoxView())
->setHeaderText(pht('File Sources'))
- ->appendChild($dst_table);
+ ->setTable($dst_table);
$src_box = id(new PHUIObjectBoxView())
->setHeaderText(pht('Available Transforms'))
- ->appendChild($src_table);
+ ->setTable($src_table);
return $this->buildApplicationPage(
array(
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Feb 9, 11:19 PM (21 h, 25 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7106351
Default Alt Text
D14140.id34165.diff (733 B)
Attached To
Mode
D14140: Use setTable on File Transforms tables
Attached
Detach File
Event Timeline
Log In to Comment