From 65f64e006d18be5f5b48d99a46992447ee49f1ab Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Wed, 18 Mar 2026 10:29:21 +1000 Subject: [PATCH 1/2] Docs: DOC-3243 - Errors when creating new comments made the save button stuck in a saving state. --- modules/ROOT/pages/8.4.0-release-notes.adoc | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/modules/ROOT/pages/8.4.0-release-notes.adoc b/modules/ROOT/pages/8.4.0-release-notes.adoc index 9d8d4ba772..bcf02707ab 100644 --- a/modules/ROOT/pages/8.4.0-release-notes.adoc +++ b/modules/ROOT/pages/8.4.0-release-notes.adoc @@ -57,17 +57,20 @@ For information on the **** plugin, see xref: +=== Comments -The {productname} {release-version} release includes an accompanying release of the **** premium plugin. +The {productname} {release-version} release includes an accompanying release of the **Comments** premium plugin. -**** includes the following . +**Comments** includes the following fix. -==== +==== Errors when creating new comments made the save button stuck in a saving state. +// #TINY-12224 -// CCFR here. +Previously, when creating or editing a comment in Comments, the save button could remain in a saving state indefinitely if the save operation failed or if the component was not replaced. The saving state had no way to reset to false except by recreating the component, which misled users into thinking the operation was still in progress. + +In {productname} {release-version}, the save logic now resets the saving state to false after the save operation completes, whether the operation succeeds or fails. The save button no longer remains stuck in a saving state. -For information on the **** plugin, see: xref:.adoc[]. +For information on the **Comments** plugin, see: xref:introduction-to-tiny-comments.adoc[Comments]. [[accompanying-premium-plugin-end-of-life-announcement]] From 59673e04936cc2180a159e1d981be39e92e45768 Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Wed, 18 Mar 2026 10:43:12 +1000 Subject: [PATCH 2/2] Docs: DOC-3243 - Fix release note placement per review --- modules/ROOT/pages/8.4.0-release-notes.adoc | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/modules/ROOT/pages/8.4.0-release-notes.adoc b/modules/ROOT/pages/8.4.0-release-notes.adoc index bcf02707ab..d184e6420a 100644 --- a/modules/ROOT/pages/8.4.0-release-notes.adoc +++ b/modules/ROOT/pages/8.4.0-release-notes.adoc @@ -56,6 +56,17 @@ For information on the **** plugin, see xref: + +The {productname} {release-version} release includes an accompanying release of the **** premium plugin. + +**** includes the following . + +==== + +// CCFR here. + +For information on the **** plugin, see: xref:.adoc[]. === Comments