diff options
author | mark <mark> | 2011-05-13 23:20:53 +0000 |
---|---|---|
committer | mark <mark> | 2011-05-13 23:20:53 +0000 |
commit | cd34706f94273cf381952f57c5fcb7d6910fbae0 (patch) | |
tree | 8dc42aed01a79850884b1f9e70039336e6e806cd /rt/FREESIDE_MODIFIED | |
parent | 20950bb21ee5dd8839a05dfcd58efa0a98e48e5a (diff) |
notify on custom field change, #11274
Diffstat (limited to 'rt/FREESIDE_MODIFIED')
-rw-r--r-- | rt/FREESIDE_MODIFIED | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rt/FREESIDE_MODIFIED b/rt/FREESIDE_MODIFIED index 1c303469a..c04e5e15e 100644 --- a/rt/FREESIDE_MODIFIED +++ b/rt/FREESIDE_MODIFIED @@ -6,6 +6,7 @@ config.layout.in etc/RT_SiteConfig.pm etc/schema.Pg etc/schema.mysql-4.1 +etc/initialdata lib/RT/Attribute_Overlay.pm #bugfix lib/RT/Config.pm @@ -24,6 +25,7 @@ lib/RT/Action/EscalateQueue.pm #ticket escalation lib/RT/Action/SetPriority_Local.pm #ticket escalation lib/RT/CustomFieldValues/Queues.pm #ticket escalation lib/RT/Condition/CustomFieldChange.pm #create ticket on custom field change +lib/RT/Condition/CustomFieldTransaction.pm #notify on custom field change lib/RT/Interface/Web_Vendor.pm lib/RT/Interface/Web/Handler.pm #freeside comp_root for dashboard emails lib/RT/Record.pm #and customfield date patch #fix transaction custom fields |