diff --git a/CHANGES.md b/CHANGES.md index 7ef2d7b..6908537 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,7 +3,7 @@ ## 0.77 (unreleased) -- Nothing changed yet. +- Bugfix: GLD-Addition DateStamp ## 0.76 (2025-01-02) diff --git a/api/bro_upload/templates/delete_GLD_Addition.html b/api/bro_upload/templates/delete_GLD_Addition.html index 779c4ed..47a67f1 100644 --- a/api/bro_upload/templates/delete_GLD_Addition.html +++ b/api/bro_upload/templates/delete_GLD_Addition.html @@ -33,7 +33,7 @@ -{% if not sourcedocs_data.date %} +{% if sourcedocs_data.date %} {{ sourcedocs_data.date }} {% elif not sourcedocs_data.date %} onbekend diff --git a/api/bro_upload/templates/registration_GLD_Addition.html b/api/bro_upload/templates/registration_GLD_Addition.html index b018b18..0fddda2 100644 --- a/api/bro_upload/templates/registration_GLD_Addition.html +++ b/api/bro_upload/templates/registration_GLD_Addition.html @@ -32,7 +32,7 @@ -{% if not sourcedocs_data.date %} +{% if sourcedocs_data.date %} {{ sourcedocs_data.date }} {% elif not sourcedocs_data.date %} onbekend diff --git a/api/bro_upload/templates/replace_GLD_Addition.html b/api/bro_upload/templates/replace_GLD_Addition.html index 6ab01ad..6de477f 100644 --- a/api/bro_upload/templates/replace_GLD_Addition.html +++ b/api/bro_upload/templates/replace_GLD_Addition.html @@ -33,7 +33,7 @@ -{% if not sourcedocs_data.date %} +{% if sourcedocs_data.date %} {{ sourcedocs_data.date }} {% elif not sourcedocs_data.date %} onbekend diff --git a/api/bro_upload/templates/replace_GLD_StartRegistration.html b/api/bro_upload/templates/replace_GLD_StartRegistration.html index b0efa29..5b7cdec 100644 --- a/api/bro_upload/templates/replace_GLD_StartRegistration.html +++ b/api/bro_upload/templates/replace_GLD_StartRegistration.html @@ -8,7 +8,7 @@ {{ metadata.deliveryAccountableParty }} {{ metadata.qualityRegime }} {{ metadata.broId }} - {{ metadata.correctionReason}} + {{ metadata.correctionReason }} {{ sourcedocs_data.objectIdAccountableParty }}