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

#518 - pass missing attribute in settings form

parent 5c506efd
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,7 @@
<input type="hidden" name="lastBackupReminderDate" value="${dateService.getLongDateString(settings.getLastBackupReminderDate())}">
<input type="hidden" name="installedVersionCode" value="${settings.getInstalledVersionCode()}">
<input type="hidden" name="whatsNewShownForCurrentVersion" value="${settings.getWhatsNewShownForCurrentVersion()?c}">
<input type="hidden" name="showFirstUseBanner" value="${settings.getShowFirstUseBanner()?c}">
<#-- password -->
<div class="row">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment