[Rt-commit] rt branch, 5.0-trunk, updated. rt-5.0.0-150-g2740681136
Jim Brandt
jbrandt at bestpractical.com
Fri Dec 18 10:37:55 EST 2020
The branch, 5.0-trunk has been updated
via 27406811366309a1f460a5ee6d1cbdf91e57dcb7 (commit)
from c522d33ee04f5d18cd4c5fce902d7468b7dc53bf (commit)
Summary of changes:
lib/RT/Config.pm | 3 +++
1 file changed, 3 insertions(+)
- Log -----------------------------------------------------------------
commit 27406811366309a1f460a5ee6d1cbdf91e57dcb7
Author: Jim Brandt <jbrandt at bestpractical.com>
Date: Fri Dec 18 10:34:18 2020 -0500
Display TreatAttachedEmailAsFiles as boolean in web UI
diff --git a/lib/RT/Config.pm b/lib/RT/Config.pm
index b1f9cb7949..6d9f0ab3c5 100644
--- a/lib/RT/Config.pm
+++ b/lib/RT/Config.pm
@@ -1626,6 +1626,9 @@ our %META;
SuppressInlineTextFiles => {
Widget => '/Widgets/Form/Boolean',
},
+ TreatAttachedEmailAsFiles => {
+ Widget => '/Widgets/Form/Boolean',
+ },
TruncateLongAttachments => {
Widget => '/Widgets/Form/Boolean',
},
-----------------------------------------------------------------------
More information about the rt-commit
mailing list