This just hides them, should still show on "View All".
Details
Details
- Reviewers
epriestley - Commits
- Restricted Diffusion Commit
rP1e3a5bd2c0ae: Filter out archived projects from ProjectProfileView
Hide a Milestone, no longer see it on home. Click "View All", see all Milestones.
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Branch
- show-archived (branched from master)
- Lint
Lint Passed - Unit
Tests Passed - Build Status
Buildable 10674 Build 13111: Run Core Tests Build 13110: arc lint + arc unit
Event Timeline
Comment Actions
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.
Comment Actions
Oh -- we don't show any misleading text, we just hide the element. That seems perfectly fine.