From 90f83273da8a02af42b5979566b22d8e7f606198 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Sat, 6 Sep 2025 23:24:32 +0200 Subject: [PATCH] Added nonce to scripts to ensure that they are working with enabled CSP --- .../projects/import_bom_map_fields.html.twig | 38 +++++++++---------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/templates/projects/import_bom_map_fields.html.twig b/templates/projects/import_bom_map_fields.html.twig index ba10c9c5..4e45eb08 100644 --- a/templates/projects/import_bom_map_fields.html.twig +++ b/templates/projects/import_bom_map_fields.html.twig @@ -15,7 +15,7 @@ show_details: false } %} {% endif %} - +
@@ -30,7 +30,7 @@
{{ form_start(form) }} - +
{{ form_row(form.delimiter) }} @@ -83,10 +83,10 @@ {% endif %} - @@ -96,7 +96,7 @@
- +
{% trans %}project.bom_import.field_mapping.summary{% endtrans %}:
@@ -121,12 +121,12 @@ {{ form_end(form) }} - -{% endblock %} \ No newline at end of file +{% endblock %}