Add setStackable to ObjectItemList and use in Config
Summary: This adds a new method for rendering the object list as a stackable set of items. Good for certain renderings like Config. u Test Plan: Review list on iOS, Chrome, FF. Reviewers: epriestley, btrahan Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D4637
This commit is contained in:
@@ -48,6 +48,7 @@ final class PhabricatorConfigIssueListController
|
||||
private function buildIssueList(array $issues) {
|
||||
assert_instances_of($issues, 'PhabricatorSetupIssue');
|
||||
$list = new PhabricatorObjectItemListView();
|
||||
$list->setStackable();
|
||||
|
||||
foreach ($issues as $issue) {
|
||||
$href = $this->getApplicationURI('/issue/'.$issue->getIssueKey().'/');
|
||||
|
||||
Reference in New Issue
Block a user