[Rt-commit] rt branch, 5.0/update-upgrading-doc-5.0.1, created. rt-5.0.0-215-gf4abc4fd0b

Jim Brandt jbrandt at bestpractical.com
Fri Jan 8 17:00:28 EST 2021


The branch, 5.0/update-upgrading-doc-5.0.1 has been created
        at  f4abc4fd0b4489cbf65a9672f12366934d62f2f4 (commit)

- Log -----------------------------------------------------------------
commit f4abc4fd0b4489cbf65a9672f12366934d62f2f4
Author: Jim Brandt <jbrandt at bestpractical.com>
Date:   Fri Jan 8 17:00:19 2021 -0500

    Add some notable changes for 5.0.1

diff --git a/docs/UPGRADING-5.0 b/docs/UPGRADING-5.0
index a194093668..fa84b1eb6f 100644
--- a/docs/UPGRADING-5.0
+++ b/docs/UPGRADING-5.0
@@ -224,6 +224,24 @@ will migrate your existing tokens to the new core RT tables.
 
 =item *
 
+The extension RT::Extension::FormattedTransaction was added to core. This adds
+a new RT dependency on the perl module C<Text::WordDiff>, so you will be
+prompted to install this new module if your system doesn't have it.
+
+=item *
+
+Similar to the note above regarding the Owner field in search results,
+custom fields in search results also now have inline edit enabled by default,
+allowing you to change values directly in search results.
+
+For heavy search result pages with many columns display or many rows,
+page loads may be slower with this inline edit mode enabled. If you don't
+need to edit custom field values, you can change search result columns
+from C<CustomField.{Foo}> to C<CustomFieldView.{Foo}>. That column will
+then load a view-only field which may improve page load speed.
+
+=item *
+
 In the self service interface, the "Search Articles" box in the menu bar previously
 was displayed to users who had the global right "ShowArticle". This is now
 controlled by a new configuration option C<$SelfServiceShowArticleSearch>. This new

-----------------------------------------------------------------------


More information about the rt-commit mailing list