Page MenuHomePhabricator

D17882.id43011.diff
No OneTemporary

D17882.id43011.diff

diff --git a/src/applications/project/controller/PhabricatorProjectProfileController.php b/src/applications/project/controller/PhabricatorProjectProfileController.php
--- a/src/applications/project/controller/PhabricatorProjectProfileController.php
+++ b/src/applications/project/controller/PhabricatorProjectProfileController.php
@@ -262,6 +262,8 @@
->setViewer($viewer)
->withParentProjectPHIDs(array($project->getPHID()))
->needImages(true)
+ ->needMembers(true)
+ ->needWatchers(true)
->withStatuses(
array(
PhabricatorProjectStatus::STATUS_ACTIVE,
diff --git a/src/applications/project/controller/PhabricatorProjectSubprojectsController.php b/src/applications/project/controller/PhabricatorProjectSubprojectsController.php
--- a/src/applications/project/controller/PhabricatorProjectSubprojectsController.php
+++ b/src/applications/project/controller/PhabricatorProjectSubprojectsController.php
@@ -31,6 +31,8 @@
->setViewer($viewer)
->withParentProjectPHIDs(array($project->getPHID()))
->needImages(true)
+ ->needMembers(true)
+ ->needWatchers(true)
->withIsMilestone(false)
->execute();
} else {
@@ -42,6 +44,8 @@
->setViewer($viewer)
->withParentProjectPHIDs(array($project->getPHID()))
->needImages(true)
+ ->needMembers(true)
+ ->needWatchers(true)
->withIsMilestone(true)
->setOrderVector(array('milestoneNumber', 'id'))
->execute();

File Metadata

Mime Type
text/plain
Expires
Sun, Mar 30, 4:31 AM (2 w, 3 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7706152
Default Alt Text
D17882.id43011.diff (1 KB)

Event Timeline