[Rt-commit] rt 03/04: Add default @HistoryFilterTypes config

craig kaiser craig at bestpractical.com
Fri Jul 30 19:54:13 UTC 2021


This is an automated email from the git hooks/post-receive script.

craig pushed a commit to branch 5.0/core-history-filter
in repository rt.

commit 7c6efb6f6adf0783435193026e740b1422371658
Author: craig kaiser <craig at bestpractical.com>
AuthorDate: Mon Jul 12 11:27:17 2021 -0400

    Add default @HistoryFilterTypes config
---
 etc/RT_Config.pm.in | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
index 6576ec8a78..4f9e1d55e3 100644
--- a/etc/RT_Config.pm.in
+++ b/etc/RT_Config.pm.in
@@ -3462,6 +3462,15 @@ user sent on reply or comment.
 
 Set($ShowBccHeader, 0);
 
+=item C<@HistoryFilterTypes>
+
+Transaction types that ticket history can be filtered by, the default options
+are 'Create', 'Correspond' and 'Comment'.
+
+=cut
+
+Set(@HistoryFilterTypes, qw(Create Correspond Comment));
+
 =item C<$TrustHTMLAttachments>
 
 If C<TrustHTMLAttachments> is not defined, we will display them as

-- 
To stop receiving notification emails like this one, please contact
sysadmin at bestpractical.com.


More information about the rt-commit mailing list