# HG changeset patch # User Markus Kottlaender # Date 1549877163 -3600 # Node ID 74c7d84f93d7dac55024a5dc036392dee1199f13 # Parent d926292d81b6512bb3d2c0b98d88c9cf1363e0e7 PDF generation: Don't change template on form changes. Selecting a template also changes the other form fields to the according values of the template. The bahavior was the same in the other direction. If you change something in the form, a matching template was automatically selected. When there is no matching template, no template is selected which leads to problems in the PDF generation. To make overriding template values possible without unselecting the current template, this behavior was removed. diff -r d926292d81b6 -r 74c7d84f93d7 client/src/components/Pdftool.vue --- a/client/src/components/Pdftool.vue Mon Feb 11 10:16:48 2019 +0100 +++ b/client/src/components/Pdftool.vue Mon Feb 11 10:26:03 2019 +0100 @@ -30,7 +30,6 @@ @@ -57,7 +55,6 @@