diff --git a/src/applications/maniphest/controller/ManiphestController.php b/src/applications/maniphest/controller/ManiphestController.php index 7163ed08d2..120ca5069f 100644 --- a/src/applications/maniphest/controller/ManiphestController.php +++ b/src/applications/maniphest/controller/ManiphestController.php @@ -4,7 +4,7 @@ abstract class ManiphestController extends PhabricatorController { protected $projectKey; protected $taskTypeKey; - protected $alwaysVisibleProjects = array('BF Blender', 'Addons', 'Game Engine'); + protected $alwaysVisibleProjects = array('BF Blender', 'BF Blender: Unconfirmed', 'Addons', 'Game Engine'); public function willProcessRequest(array $data) { $this->projectKey = idx($data, 'projectKey');