Add Spaces information to the project list UI
Summary: Depends on D19552. Ref T13164. We need this little `setObject(...)` hook to get the Space name into the search list UI. Test Plan: Viewed project list, saw some Spaces listed. Reviewers: amckinley Reviewed By: amckinley Maniphest Tasks: T13164 Differential Revision: https://secure.phabricator.com/D19554
This commit is contained in:
@@ -57,6 +57,7 @@ final class PhabricatorProjectListView extends AphrontView {
|
||||
$icon_name = $project->getDisplayIconName();
|
||||
|
||||
$item = id(new PHUIObjectItemView())
|
||||
->setObject($project)
|
||||
->setHeader($project->getName())
|
||||
->setHref("/project/view/{$id}/")
|
||||
->setImageURI($project->getProfileImageURI())
|
||||
|
||||
Reference in New Issue
Block a user