Page MenuHomePhabricator

"View All" on Tasks panel of Projects dashboard uses "status=0"
Closed, ResolvedPublic

Description

This should use "open", not "0", now. We should check for other similar strings.

Event Timeline

epriestley raised the priority of this task from to Normal.
epriestley updated the task description. (Show Details)
epriestley added projects: Projects, Maniphest.
epriestley added subscribers: epriestley, dctrwatson.
  • Go to a project page, scroll to the "Maniphest Tasks" panel, click "View All" in the upper right.
  • URL is wrong and search results do not find open tasks, because the task status constant changed from 0 to open.
  • The value should be a comma-list of ManiphestTaskStatus::getOpenStatuses() or similar, instead of 0.
  • Search for other manually constructed maniphest/query/ URIs and fix them too if you find any.