aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2016-03-01 15:49:16 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2016-03-08 11:36:25 +0100
commit18e410a8aa104c75bc3ad8a97747fc18cb5d58a5 (patch)
tree758d3ccb69093d1e9b892e56c43338bc5caa2e53 /sonar-core
parentbd353d4bb36cef07afd223c2d1e4b9c90231e54e (diff)
downloadsonarqube-18e410a8aa104c75bc3ad8a97747fc18cb5d58a5.tar.gz
sonarqube-18e410a8aa104c75bc3ad8a97747fc18cb5d58a5.zip
SONAR-7336 new WS api/issues/set_type
The ability to change issue type is also available from api/issues/bulk_change
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties1
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-core/src/main/resources/org/sonar/l10n/core.properties b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
index d4089ee4933..3e51375ddd6 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -765,6 +765,7 @@ issue.changelog.field.resolution=Resolution
issue.changelog.field.technicalDebt=Technical Debt
issue.changelog.field.status=Status
issue.changelog.field.tags=Tags
+issue.changelog.field.type=Type
#------------------------------------------------------------------------------