stable

Clone or download

Read-only

fix: sidebar is displayed in front of content

Given the sidebar is not collapsible tuleap config-set feature_flag_allow_collapse_of_sidebar 0 And user has a collapsed state in user preferences for the sidebar PATCH /users/:id/preferences { "key": "sidebar_state", "value": "sidebar-collapsed" } ➡️ Content should not appear behind the sidebar in FP, BP pages (including mediawiki 123). Given the sidebar is collapsible tuleap config-set feature_flag_allow_collapse_of_sidebar 1 ➡️ Sidebar should appear collapsed with a content correctly displayed on FP, BP pages (including mediawiki 123). Part of story #34002: see promoted trackers in sidebar Change-Id: If660da4a32f106f1aebc6184a7b81298cf57a917

Modified Files

Name
M plugins/mediawiki/www/skins/Tuleap123/Tuleap123.php +1 −1 Go to diff View file
M src/themes/BurningParrot/include/BurningParrotTheme.php +1 −1 Go to diff View file
M src/www/themes/FlamingParrot/FlamingParrot_Theme.class.php +1 −1 Go to diff View file