[Rt-commit] rt branch, 5.0/move-hide-one-time-suggestions, created. rt-5.0.0alpha1-4-g85f057077

Michel Rodriguez michel at bestpractical.com
Fri Feb 21 10:02:46 EST 2020


The branch, 5.0/move-hide-one-time-suggestions has been created
        at  85f057077a8c9290a7a1ecb468965ad161fd1bbd (commit)

- Log -----------------------------------------------------------------
commit 040903b84eb0aad354a6fd47b2cd0985413ab22f
Author: michel <michel at bestpractical.com>
Date:   Fri Feb 21 15:12:40 2020 +0100

    Change config section "Ticket display" to "Ticket options".

diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
index 258c193a1..58dbe22da 100644
--- a/etc/RT_Config.pm.in
+++ b/etc/RT_Config.pm.in
@@ -2436,7 +2436,7 @@ Grouping" are created by the L</%CustomFieldGroupings> setting.
 
 =back
 
-=head2 Ticket display
+=head2 Ticket options
 
 =over 4
 

commit 85f057077a8c9290a7a1ecb468965ad161fd1bbd
Author: michel <michel at bestpractical.com>
Date:   Fri Feb 21 15:15:43 2020 +0100

    Move the HideOneTimeSuggestions option to the "Ticket options" section

diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
index 58dbe22da..9bed2dbd1 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

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


More information about the rt-commit mailing list