diff options
author | mark <mark> | 2011-01-25 10:13:16 +0000 |
---|---|---|
committer | mark <mark> | 2011-01-25 10:13:16 +0000 |
commit | 6cc42813cd4e39154b2589c315e1271fa6b43ff1 (patch) | |
tree | c16ca6733a62d281ba235ccc4283f451281d342d /rt/etc | |
parent | 82a358b848e8755e3f710a3beb4232b9e59cf18c (diff) |
ticket escalation, part 2, RT#8254
Diffstat (limited to 'rt/etc')
-rw-r--r-- | rt/etc/RT_SiteConfig.pm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rt/etc/RT_SiteConfig.pm b/rt/etc/RT_SiteConfig.pm index f833f0d52..872b8c3a5 100644 --- a/rt/etc/RT_SiteConfig.pm +++ b/rt/etc/RT_SiteConfig.pm @@ -53,4 +53,8 @@ Set($MessageBoxRichTextHeight, 368); #Set($QuickCreateRedirect, 1); #Set(@Plugins,(qw(Extension::QuickDelete RT::FM))); + +#used in ticket escalation +Set(@CustomFieldValuesSources, ('RT::CustomFieldValues::Queues')); + 1; |