stable

Clone or download

Read-only

fix: Search by id can return null

Fix request #36836 Fatal error when adding a project dashboard to recent visit history How to test: - Create a new project dashboard (to be deleted later). - Comment the line src/common/Dashboard/Project/ProjectDashboardSaver.php:64 - Delete the dashboard - Open the switch-to modal, you should not have an error while fetching your navigation history. Change-Id: I6b916803401ea6f8b6b525fb8deb50294b69b3b7

Modified Files

Name
M src/common/Dashboard/Project/ProjectDashboardDao.php +1 −1 Go to diff View file
M src/common/Dashboard/Project/ProjectDashboardSaver.php +1 −1 Go to diff View file
M tests/integration/tests/Dashboard/Project/ProjectDashboardDaoTest.php +3 −0 Go to diff View file