From: David Cho-Lerat Date: Thu, 7 Nov 2024 10:46:38 +0000 (+0100) Subject: SONAR-23493 Don't reset issue filters when opening project settings X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=540abf1c8339006b9235a2e335320e464854a6dc;p=sonarqube.git SONAR-23493 Don't reset issue filters when opening project settings --- diff --git a/server/sonar-web/src/main/js/app/components/nav/component/Menu.tsx b/server/sonar-web/src/main/js/app/components/nav/component/Menu.tsx index ae797f49ca1..8b425e648b5 100644 --- a/server/sonar-web/src/main/js/app/components/nav/component/Menu.tsx +++ b/server/sonar-web/src/main/js/app/components/nav/component/Menu.tsx @@ -266,13 +266,14 @@ export function Menu(props: Readonly) { > ); @@ -549,7 +550,7 @@ export function Menu(props: Readonly) { id="component-navigation-more" items={withoutSecurityExtension.map((e) => renderExtension(e, false, query))} > - + ); };