v4.5.22 release
Release date: May 22, 2024
v4.5.22 had one improvements and seven bug fixes.
Significant improvement
- When Solr search data is not cached, Brightspot now searches only the default original database instead of traversing the entire database stack.
Significant defects addressed
- Corrected an issue causing a hyperlink in the rich-text editor to be applied to all selected characters except the last one.
- Corrected an issue preventing usage of editorial content types during CloudSQL maintenance.
- Corrected an issue causing the rich-text editor to accept changes beyond any text actually selected.
- Corrected an issue in which the StateWalker class was calling the deprecated
RichTextElement.fromElement(Database db, Element element)
method. The class now callsRichTextElement.fromElement(Recordable parent, Element element)
. - Corrected an issue in which an impersonated editor became the active editor. For example, Adam impersonated Olivia. When Adam clicked Stop Impersonating, Olivia became the active editor instead of Adam.
- Corrected an issue preventing proper closure of the Bulk Workflow widget in the search panel.
- Corrected an issue preventing the method
ToolUi#setHidden()
from actually showing or hiding fields and clusters.