From: Jeremy Davis Date: Tue, 15 Sep 2020 08:12:47 +0000 (+0200) Subject: SONAR-13857 Fix Security Review facet on new code X-Git-Tag: 8.5.0.37579~68 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=36b911c2beb62d63067f6c8a0d255ff42182ea9f;p=sonarqube.git SONAR-13857 Fix Security Review facet on new code --- diff --git a/server/sonar-web/src/main/js/apps/projects/components/PageSidebar.tsx b/server/sonar-web/src/main/js/apps/projects/components/PageSidebar.tsx index b92e20b1e66..cbea6dc94c9 100644 --- a/server/sonar-web/src/main/js/apps/projects/components/PageSidebar.tsx +++ b/server/sonar-web/src/main/js/apps/projects/components/PageSidebar.tsx @@ -140,7 +140,7 @@ export default function PageSidebar(props: PageSidebarProps) { {...facetProps} className="leak-facet-box" facet={getFacet(facets, 'new_security_review_rating')} - property="new_security_review_rating" + property="new_security_review" value={query.new_security_review_rating} />