Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F17747610
D15264.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
962 B
Referenced Files
None
Subscribers
None
D15264.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Tue, Jul 22, 10:28 PM (4 d, 4 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
8560472
Default Alt Text
D15264.diff (962 B)
Attached To
Mode
D15264: Filter out archived projects from ProjectProfileView
Attached
Detach File
Event Timeline
Log In to Comment