diff --git a/src/applications/project/controller/PhabricatorProjectBoardViewController.php b/src/applications/project/controller/PhabricatorProjectBoardViewController.php index 006fd3563e..c61037e770 100644 --- a/src/applications/project/controller/PhabricatorProjectBoardViewController.php +++ b/src/applications/project/controller/PhabricatorProjectBoardViewController.php @@ -40,6 +40,7 @@ final class PhabricatorProjectBoardViewController } $this->setProject($project); + $this->id = $project->getID(); $column_query = id(new PhabricatorProjectColumnQuery()) ->setViewer($viewer)