commit f8b0f9060a960d968eeabd8cfddc585ef2208c63 parent 8d6d4b7803c25e7fa8e400996201157b43c9df35 Author: Christian Grothoff <christian@grothoff.org> Date: Thu, 27 Nov 2025 10:49:54 +0100 fix form names Diffstat:
12 files changed, 11 insertions(+), 10 deletions(-)
diff --git a/contrib/typst/Makefile.am b/contrib/typst/Makefile.am @@ -3,15 +3,15 @@ SUBDIRS = . formdatadir = $(datadir)/taler-exchange/typst-forms/ dist_formdata_DATA = \ pointing_finger.svg \ - VQF_902_1_customers.typ \ - VQF_902_4.typ \ - VQF_902_5.typ \ - VQF_902_9.typ \ - VQF_902_11.typ \ - VQF_902_12.typ \ - VQF_902_13.typ \ - VQF_902_14.typ \ - VQF_902_15.typ \ + vqf_902_1_customer.typ \ + vqf_902_4.typ \ + vqf_902_5.typ \ + vqf_902_9.typ \ + vqf_902_11.typ \ + vqf_902_12.typ \ + vqf_902_13.typ \ + vqf_902_14.typ \ + vqf_902_15.typ \ vss_vqf_verein.png EXTRA_DIST = \ diff --git a/contrib/typst/VQF_902_11.typ b/contrib/typst/vqf_902_11.typ diff --git a/contrib/typst/VQF_902_12.typ b/contrib/typst/vqf_902_12.typ diff --git a/contrib/typst/VQF_902_13.typ b/contrib/typst/vqf_902_13.typ diff --git a/contrib/typst/VQF_902_14.typ b/contrib/typst/vqf_902_14.typ diff --git a/contrib/typst/VQF_902_15.typ b/contrib/typst/vqf_902_15.typ diff --git a/contrib/typst/VQF_902_1_customers.typ b/contrib/typst/vqf_902_1_customer.typ diff --git a/contrib/typst/VQF_902_4.typ b/contrib/typst/vqf_902_4.typ diff --git a/contrib/typst/VQF_902_5.typ b/contrib/typst/vqf_902_5.typ diff --git a/contrib/typst/VQF_902_9.typ b/contrib/typst/vqf_902_9.typ diff --git a/src/exchange/taler-exchange-httpd_aml-attributes-get.c b/src/exchange/taler-exchange-httpd_aml-attributes-get.c @@ -466,6 +466,7 @@ TEH_handler_aml_attributes_get ( { GNUNET_log (GNUNET_ERROR_TYPE_WARNING, "Client requested PDF, but Typst is unavailable\n"); + // FIXME: return JSON... return TALER_MHD_reply_static ( rc->connection, MHD_HTTP_NOT_IMPLEMENTED, diff --git a/src/mhd/mhd_typst.c b/src/mhd/mhd_typst.c @@ -520,7 +520,7 @@ setup_stage (struct TypstStage *stage, char *template_fn; GNUNET_asprintf (&template_fn, - "%s%s", + "%s%s.typ", template_path, doc->form_name); if (GNUNET_YES !=