Revize 0b612923
Přidáno uživatelem Ondřej Váně před více než 3 roky(ů)
src/main/java/cz/zcu/fav/kiv/antipatterndetectionapp/controller/AppController.java | ||
---|---|---|
138 | 138 |
@RequestParam(value = "configNames", required = false) String[] configNames) { |
139 | 139 |
|
140 | 140 |
if (antiPatternService.saveNewConfiguration(configNames, configValues)) { |
141 |
model.addAttribute("successMessage", "All threshold values has been successfully saved.");
|
|
141 |
model.addAttribute("successMessage", "All configuration values has been successfully saved.");
|
|
142 | 142 |
} else { |
143 | 143 |
model.addAttribute("errorMessage", "One or more configuration values are not in correct format"); |
144 | 144 |
} |
Také k dispozici: Unified diff
#4 Allow reparameterization in AP detail
- change success message