From: ivan Date: Thu, 18 Nov 2010 02:44:25 +0000 (+0000) Subject: keep slightly better track of what was patched for what X-Git-Tag: TORRUS_1_0_9~88 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=4dcf8f5e1c074aab60ef7bc2d7bbbd2badd9fb50 keep slightly better track of what was patched for what --- 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)