From 08fa6da76bb095763ff4eadfe9005dbd3aff2e45 Mon Sep 17 00:00:00 2001 From: Jan van Mansum Date: Fri, 29 May 2026 10:05:48 +0200 Subject: [PATCH 1/2] When downloading a dataset with: - A license other than CC0 - Tabular ingested files selecting the the Archival Format option may result in a license acceptance pop-up without buttons and with extra text. This has now been resolved by setting the terms guestbook popup action, just like it was already done for the original format option. --- src/main/webapp/dataset.xhtml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/webapp/dataset.xhtml b/src/main/webapp/dataset.xhtml index a9d63a0aa57..1bc77c7752e 100644 --- a/src/main/webapp/dataset.xhtml +++ b/src/main/webapp/dataset.xhtml @@ -254,6 +254,7 @@ + From 65ab7f0933133c582853505c6f9b423f1c794881 Mon Sep 17 00:00:00 2001 From: Jan van Mansum Date: Fri, 29 May 2026 10:32:24 +0200 Subject: [PATCH 2/2] release note --- .../12412-fixed-license-acceptance-popup-for-archival-format.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/release-notes/12412-fixed-license-acceptance-popup-for-archival-format.md diff --git a/doc/release-notes/12412-fixed-license-acceptance-popup-for-archival-format.md b/doc/release-notes/12412-fixed-license-acceptance-popup-for-archival-format.md new file mode 100644 index 00000000000..71a3cba4d59 --- /dev/null +++ b/doc/release-notes/12412-fixed-license-acceptance-popup-for-archival-format.md @@ -0,0 +1 @@ +Fixed an issue where, in some cases, the license acceptance pop-up for the archival format option did not display correctly when downloading a complete dataset. \ No newline at end of file