Page MenuHomePhabricator

D15264.id36832.diff
No OneTemporary

D15264.id36832.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
@@ -201,6 +201,10 @@
->withParentProjectPHIDs(array($project->getPHID()))
->needImages(true)
->withIsMilestone(true)
+ ->withStatuses(
+ array(
+ PhabricatorProjectStatus::STATUS_ACTIVE,
+ ))
->setOrder('newest')
->execute();
if (!$milestones) {
@@ -244,6 +248,10 @@
->setViewer($viewer)
->withParentProjectPHIDs(array($project->getPHID()))
->needImages(true)
+ ->withStatuses(
+ array(
+ PhabricatorProjectStatus::STATUS_ACTIVE,
+ ))
->withIsMilestone(false)
->setLimit($limit)
->execute();

File Metadata

Mime Type
text/plain
Expires
Sat, Mar 29, 11:03 AM (3 w, 5 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7725479
Default Alt Text
D15264.id36832.diff (962 B)

Event Timeline