Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15449581
D15264.id36832.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.id36832.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
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)
Attached To
Mode
D15264: Filter out archived projects from ProjectProfileView
Attached
Detach File
Event Timeline
Log In to Comment