Thomas Gerbet (tgerbet)2022-10-13 09:08 Some users have customized the footer.txtso yes as a first step I would just hide the footer behind a feature flag instead of dropping it directly.
Martin GOYOT (goyotm)2022-10-12 18:10 Right. I kept the js inclusion for this purpose (https://github.com/Enalean/tuleap/blob/2f24f0b1350ef98b5a96ef7ac803855943b48233/src/common/Layout/BaseLayout.php#L416) , but I guess you're telling me to put the whole thing inside a feature flag ? Should I also remove this Js inclusion then ?
Thomas Gerbet (tgerbet)2022-10-12 14:41 Entire removal of the displayed footer of Tuleap Note this is something that might have been customized by administrators. It should probably be put under a feature flag first to avoid drama if it breaks a use case.