diff options
author | ivan <ivan> | 2010-11-18 02:44:26 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-11-18 02:44:26 +0000 |
commit | bf201e07bbec668686d544d592facd454f453d7e (patch) | |
tree | 838dc7d5f783f21b8e4e8160c61e366acb774b29 | |
parent | 5bc612e1f9683a5c064217e42cbd1dc153f588b3 (diff) |
keep slightly better track of what was patched for what
-rw-r--r-- | rt/FREESIDE_MODIFIED | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/rt/FREESIDE_MODIFIED b/rt/FREESIDE_MODIFIED index f4bf5e5b3..a52cd3799 100644 --- a/rt/FREESIDE_MODIFIED +++ b/rt/FREESIDE_MODIFIED @@ -11,11 +11,11 @@ config.layout.in lib/RT/CustomField.pm #CheckMandatoryFields lib/RT/CustomField_Overlay.pm #customfield date patch lib/RT/Interface/Web.pm #customfield date patch -lib/RT/Action.pm -lib/RT/Condition.pm -lib/RT/Scrip_Overlay.pm -lib/RT/Action/CreateTickets.pm -lib/RT/Condition/CustomFieldChange.pm +lib/RT/Action.pm #create ticket on custom field change +lib/RT/Condition.pm #create ticket on custom field change +lib/RT/Scrip_Overlay.pm #create ticket on custom field change +lib/RT/Action/CreateTickets.pm #create ticket on custom field change +lib/RT/Condition/CustomFieldChange.pm #create ticket 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 @@ -32,10 +32,10 @@ lib/RT/URI/freeside/XMLRPC.pm share/html/autohandler #Footer getting appended where unwelcome share/html/index.html #option to redirect to ticket display on quick create share/html/Admin/CustomFields/Modify.html #CheckMandatoryFields - share/html/Admin/Elements/EditScrip - share/html/Admin/Elements/EditScripOptions - share/html/Admin/Elements/SelectScripAction - share/html/Admin/Elements/SelectScripCondition + share/html/Admin/Elements/EditScrip #create ticket on custom field change + share/html/Admin/Elements/EditScripOptions #create ticket on custom field change + share/html/Admin/Elements/SelectScripAction #create ticket on custom field change + share/html/Admin/Elements/SelectScripCondition #create ticket on custom field change share/html/Admin/Users/Modify.html share/html/Elements/CollectionList share/html/Elements/EditCustomFieldDate #customfield date patch (NEW) |