Page MenuHomePhabricator

Filter out archived projects from ProjectProfileView
ClosedPublic

Authored by chad on Feb 12 2016, 8:09 PM.
Tags
None
Referenced Files
F14746479: D15264.diff
Tue, Jan 21, 9:46 AM
Unknown Object (File)
Sat, Jan 18, 1:59 AM
Unknown Object (File)
Tue, Dec 31, 7:31 PM
Unknown Object (File)
Tue, Dec 31, 7:09 PM
Unknown Object (File)
Tue, Dec 31, 2:22 PM
Unknown Object (File)
Dec 20 2024, 10:23 PM
Unknown Object (File)
Dec 17 2024, 8:45 AM
Unknown Object (File)
Dec 14 2024, 3:13 PM
Subscribers

Details

Summary

This just hides them, should still show on "View All".

Test Plan

Hide a Milestone, no longer see it on home. Click "View All", see all Milestones.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

chad retitled this revision from to Filter out archived projects from ProjectProfileView.
chad updated this object.
chad edited the test plan for this revision. (Show Details)
chad added a reviewer: epriestley.
epriestley edited edge metadata.

We should possibly do something like: if this gets zero results, query again without the filter, then show the disabled stuff. Currently, we'll probably show a misleading message ("This project has no milestones") if a project has milestones/subprojects but they're all archived. But we can wait until someone complains.

This revision is now accepted and ready to land.Feb 12 2016, 8:35 PM

Oh -- we don't show any misleading text, we just hide the element. That seems perfectly fine.

This revision was automatically updated to reflect the committed changes.