[Rt-commit] rt branch, 4.6/move-hide-one-time-suggestions, created. rt-5.0.0alpha1-2-ge8e3173f2

Michel Rodriguez michel at bestpractical.com
Fri Feb 21 06:50:02 EST 2020


The branch, 4.6/move-hide-one-time-suggestions has been created
        at  e8e3173f207bd68b08c59e0243727d3725870280 (commit)

- Log -----------------------------------------------------------------
commit 2f73ff46d0beba9fa48b40ca3d385b01f40023eb
Author: michel <michel at bestpractical.com>
Date:   Fri Feb 21 12:47:17 2020 +0100

    Move HideOneTimeSuggestions to "Ticket display" section.

diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
index 258c193a1..3077733d7 100644
--- a/etc/RT_Config.pm.in
+++ b/etc/RT_Config.pm.in
@@ -1598,21 +1598,6 @@ Admin -> Tools menu for SuperUsers.
 
 Set($StatementLog, undef);
 
-=item C<$HideOneTimeSuggestions>
-
-On ticket comment and correspond there are "One-time Cc" and "One-time Bcc"
-fields. As part of this section, RT includes a list of suggested email
-addresses based on the correspondence history for that ticket. This list may
-grow quite large over time.
-
-Enabling this option will hide the list behind a "(show suggestions)" link to
-cut down on page clutter. Once this option is clicked the link will change to
-"(hide suggestions)" and the full list of email addresses will be shown.
-
-=cut
-
-Set($HideOneTimeSuggestions, 0);
-
 =back
 
 
@@ -2709,6 +2694,21 @@ Set this to 1 to hide unset fields.
 
 Set($HideUnsetFieldsOnDisplay, 0);
 
+=item C<$HideOneTimeSuggestions>
+
+On ticket comment and correspond there are "One-time Cc" and "One-time Bcc"
+fields. As part of this section, RT includes a list of suggested email
+addresses based on the correspondence history for that ticket. This list may
+grow quite large over time.
+
+Enabling this option will hide the list behind a "(show suggestions)" link to
+cut down on page clutter. Once this option is clicked the link will change to
+"(hide suggestions)" and the full list of email addresses will be shown.
+
+=cut
+
+Set($HideOneTimeSuggestions, 0);
+
 =back
 
 =head2 Group Summary Configuration

commit e8e3173f207bd68b08c59e0243727d3725870280
Author: michel <michel at bestpractical.com>
Date:   Fri Feb 21 12:48:02 2020 +0100

    Rename "Ticket display" section to "Ticket options".

diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
index 3077733d7..9bed2dbd1 100644
--- a/etc/RT_Config.pm.in
+++ b/etc/RT_Config.pm.in
@@ -2421,7 +2421,7 @@ Grouping" are created by the L</%CustomFieldGroupings> setting.
 
 =back
 
-=head2 Ticket display
+=head2 Ticket options
 
 =over 4
 

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


More information about the rt-commit mailing list