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

#663 - keep migration declined flag on setting save

parent da286f92
Branches
Tags
No related merge requests found
......@@ -29,6 +29,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="isMigrationDeclined" value="${settings.getMigrationDeclined()?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