]> source.dussan.org Git - sonarqube.git/commit
SONAR-23363 Implement issue severity change for both modes
authorstanislavh <stanislav.honcharov@sonarsource.com>
Wed, 6 Nov 2024 20:40:40 +0000 (21:40 +0100)
committersonartech <sonartech@sonarsource.com>
Mon, 11 Nov 2024 20:02:44 +0000 (20:02 +0000)
commit7d7ed0de5f3e546063b81f6c38d7fd04f1d4d62a
tree8b7e1e534dc22f5def3b7e493a1e8aa1c0c60045
parent93c69969195abe9ae4399e7930c0c58c59ffedf6
SONAR-23363 Implement issue severity change for both modes
14 files changed:
server/sonar-web/src/main/js/api/issues.ts
server/sonar-web/src/main/js/api/mocks/IssuesServiceMock.ts
server/sonar-web/src/main/js/app/utils/startReactApp.tsx
server/sonar-web/src/main/js/apps/issues/__tests__/IssueHeader-it.tsx
server/sonar-web/src/main/js/apps/issues/components/IssueHeader.tsx
server/sonar-web/src/main/js/apps/issues/components/IssueHeaderSide.tsx
server/sonar-web/src/main/js/components/issue/Issue.tsx
server/sonar-web/src/main/js/components/issue/__tests__/Issue-it.tsx
server/sonar-web/src/main/js/components/issue/components/IssueView.tsx
server/sonar-web/src/main/js/components/shared/IssueTypePill.tsx
server/sonar-web/src/main/js/components/shared/SoftwareImpactPill.tsx
server/sonar-web/src/main/js/components/shared/SoftwareImpactPillList.tsx
server/sonar-web/src/main/js/helpers/testReactTestingUtils.tsx
sonar-core/src/main/resources/org/sonar/l10n/core.properties