stable
Clone or download
Read-only
We want to believe (🛸) that collapsing the sidebar is not a feature really used. In order to assert that, we remove the possibility for the users to do that, but we allow platform administrator to reactivate the feature via a feature flag in case of fire in their support channel about that removal. To activate : tuleap config-set feature_flag_allow_collapse_of_sidebar 1 (default is 0) Part of story #34002: see promoted trackers in sidebar Change-Id: I27a514a712281ae3d921f150f314fbb52d9687de
Modified Files
Name | ||||
---|---|---|---|---|
M | lib/frontend/project-sidebar-internal/src/ProjectSidebar.test.ts | +73 | −0 | Go to diff View file |
M | lib/frontend/project-sidebar-internal/src/ProjectSidebar.vue | +25 | −4 | Go to diff View file |
M | lib/frontend/project-sidebar-internal/src/configuration.ts | +1 | −0 | Go to diff View file |
M | lib/frontend/project-sidebar/CHANGELOG.md | +5 | −0 | Go to diff View file |
M | lib/frontend/project-sidebar/README.md | +16 | −2 | Go to diff View file |
M | src/common/Config/GetConfigKeys.php | +2 | −0 | Go to diff View file |
M | src/common/Layout/ProjectSidebar/ProjectSidebarConfigRepresentation.php | +15 | −1 | Go to diff View file |
M | src/common/Project/REST/v1/ProjectSidebarDataRepresentation.php | +1 | −1 | Go to diff View file |