Skip to content
Snippets Groups Projects
Commit 87003d3d authored by Robert Goldmann's avatar Robert Goldmann
Browse files

#735 - updated what's new dialog

parent 4165672e
No related branches found
No related tags found
2 merge requests!239V2 15 0,!238V2 15 0
Pipeline #7243 failed
...@@ -52,6 +52,7 @@ public class AboutController extends BaseController ...@@ -52,6 +52,7 @@ public class AboutController extends BaseController
newsEntries.add(NewsEntry.createWithLocalizationKey("csvImportBugfixFloatingPointPrecision")); newsEntries.add(NewsEntry.createWithLocalizationKey("csvImportBugfixFloatingPointPrecision"));
newsEntries.add(NewsEntry.createWithLocalizationKey("csvImportBugfixTemplateAndCategory")); newsEntries.add(NewsEntry.createWithLocalizationKey("csvImportBugfixTemplateAndCategory"));
newsEntries.add(NewsEntry.createWithLocalizationKey("sortCategoriesInCharts")); newsEntries.add(NewsEntry.createWithLocalizationKey("sortCategoriesInCharts"));
newsEntries.add(NewsEntry.createWithLocalizationKey("filterBugfix"));
model.addAttribute(ModelAttributes.NEWS_ENTRIES, newsEntries); model.addAttribute(ModelAttributes.NEWS_ENTRIES, newsEntries);
return ReturnValues.WHATS_NEW; return ReturnValues.WHATS_NEW;
......
...@@ -16,3 +16,6 @@ news.csvImportBugfixTemplateAndCategory.description=Behebt einen Fehler, der daz ...@@ -16,3 +16,6 @@ news.csvImportBugfixTemplateAndCategory.description=Behebt einen Fehler, der daz
news.sortCategoriesInCharts.headline=Kategorien in Balkendiagrammen alphabetisch sortieren news.sortCategoriesInCharts.headline=Kategorien in Balkendiagrammen alphabetisch sortieren
news.sortCategoriesInCharts.description=Kategorien in Balkendiagrammen werden jetzt alphabetisch sortiert. news.sortCategoriesInCharts.description=Kategorien in Balkendiagrammen werden jetzt alphabetisch sortiert.
news.filterBugfix.headline=Bugfix: Verwendung von Filtern
news.filterBugfix.description=Behebt einen Fehler, der verhinderte, dass Filter verwendet werden konnten.
...@@ -16,3 +16,6 @@ news.csvImportBugfixTemplateAndCategory.description=Fixes a bug hat caused the c ...@@ -16,3 +16,6 @@ news.csvImportBugfixTemplateAndCategory.description=Fixes a bug hat caused the c
news.sortCategoriesInCharts.headline=Sort categories alphabetically in bar charts news.sortCategoriesInCharts.headline=Sort categories alphabetically in bar charts
news.sortCategoriesInCharts.description=Categories in bar charts are now sorted alphabetically. news.sortCategoriesInCharts.description=Categories in bar charts are now sorted alphabetically.
news.filterBugfix.headline=Bugfix: filter usage
news.filterBugfix.description=Fixes a bug that prevented filters from being usable.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment