stable

Clone or download

Read-only

feat: Remove dev mode feature flag

It's time to open the feature for early birds. We have to truncate plugin_agiledashboard_milestones_in_sidebar_config table because we need to reset the in sidebar config for projects updating their scrum settings (with dev mode off, the project was marked as without milestones in sidebar). Part of story #35104: Milestones below Backlog Change-Id: I7afb9186e76d05934a8ee326c9e463663c2f0569

Modified Files

Name
A plugins/agiledashboard/db/mysql/updates/2023/202312111445_remove_dev_mode.php +36 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/AdminScrumPresenter.class.php +0 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/Sidebar/CheckMilestonesInSidebar.php +0 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/Sidebar/MilestonesInSidebarDao.php +0 −18 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Scrum/ScrumPresenterBuilder.php +0 −2 Go to diff View file
M plugins/agiledashboard/templates/admin-scrum.mustache +18 −20 Go to diff View file
M plugins/agiledashboard/tests/integration/Milestone/Sidebar/MilestonesInSidebarDaoTest.php +0 −32 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Scrum/ScrumPresenterBuilderTest.php +0 −4 Go to diff View file
M plugins/agiledashboard/tests/unit/Stub/Milestone/Sidebar/CheckMilestonesInSidebarStub.php +0 −5 Go to diff View file