mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Show file UI box as collapsed in Diffusion
Summary: This UI should have a Collapsed PHUIObjectBoxView. Test Plan: review a file in sandbox Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D14139
This commit is contained in:
parent
b8567f1764
commit
799d86dc65
1 changed files with 2 additions and 1 deletions
|
@ -337,7 +337,8 @@ final class DiffusionBrowseFileController extends DiffusionBrowseController {
|
|||
|
||||
$corpus = id(new PHUIObjectBoxView())
|
||||
->setHeader($header)
|
||||
->appendChild($corpus);
|
||||
->appendChild($corpus)
|
||||
->setCollapsed(true);
|
||||
|
||||
return $corpus;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue