From 2d6b9864e06c6cd5e6ca25fb41cedaf0b8106a18 Mon Sep 17 00:00:00 2001 From: Steven Winship <39765413+stevenwinship@users.noreply.github.com> Date: Mon, 16 Mar 2026 15:45:23 -0400 Subject: [PATCH 1/2] fix jsf guestbook response cancel button --- .../guestbook-terms-popup-fragment.xhtml | 241 +++++++++--------- 1 file changed, 125 insertions(+), 116 deletions(-) diff --git a/src/main/webapp/guestbook-terms-popup-fragment.xhtml b/src/main/webapp/guestbook-terms-popup-fragment.xhtml index a17145a43ce..1c52b8b4fb1 100644 --- a/src/main/webapp/guestbook-terms-popup-fragment.xhtml +++ b/src/main/webapp/guestbook-terms-popup-fragment.xhtml @@ -25,123 +25,123 @@

-
- -
-

- -

-

- - - #{DatasetUtil:getLicenseName(workingVersion)} - - - + +

-
- -
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
+ +
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
-
-
-
- - -
@@ -288,7 +288,7 @@ update="guestbookUIFragment"> - + - + + + + + +
@@ -328,8 +336,9 @@ oncomplete="if (!args || (args && !args.validationFailed)){PF('guestbookAndTermsPopup').hide();window.location.replace(window.location.href);}"> - - + +
From 2d8c9fd148474f16c19aee69a3f3113acbbc6b49 Mon Sep 17 00:00:00 2001 From: Steven Winship <39765413+stevenwinship@users.noreply.github.com> Date: Mon, 16 Mar 2026 16:07:30 -0400 Subject: [PATCH 2/2] add release notes --- .../12205-guestbook-response-jsf-popup-cancel-button.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/release-notes/12205-guestbook-response-jsf-popup-cancel-button.md diff --git a/doc/release-notes/12205-guestbook-response-jsf-popup-cancel-button.md b/doc/release-notes/12205-guestbook-response-jsf-popup-cancel-button.md new file mode 100644 index 00000000000..00cba5884d7 --- /dev/null +++ b/doc/release-notes/12205-guestbook-response-jsf-popup-cancel-button.md @@ -0,0 +1 @@ +This release fixes a bug which, in the JSF UI, the 'Cancel' button on the Guestbook Response dialog/preview tab does not close the dialog/tab. With this fix the dialog will close or, when in the preview tab, the tab will go back to the 'Files' tab.