diff options
author | ivan <ivan> | 2010-07-20 00:59:02 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-07-20 00:59:02 +0000 |
commit | 25591d52b441b5bfa34f0ffef1095098e1d2f1b2 (patch) | |
tree | 3f2881729adba24830ac73690523a1c5e64987b7 /rt/FREESIDE_MODIFIED | |
parent | 1a62d4a284a58919716f076baa594f02dda2472d (diff) |
RT custom fields patch, RT#8449
Diffstat (limited to 'rt/FREESIDE_MODIFIED')
-rw-r--r-- | rt/FREESIDE_MODIFIED | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/rt/FREESIDE_MODIFIED b/rt/FREESIDE_MODIFIED index d1f214681..0e34a979e 100644 --- a/rt/FREESIDE_MODIFIED +++ b/rt/FREESIDE_MODIFIED @@ -5,10 +5,13 @@ config.layout.in etc/RT_Config.pm etc/RT_SiteConfig.pm lib/RT/Config.pm +lib/RT/CustomField_Overlay.pm #customfield date patch +lib/RT/Interface/Web.pm #customfield date patch lib/RT/Interface/Web_Vendor.pm - lib/RT/Record.pm + lib/RT/Record.pm #and customfield date patch lib/RT/SearchBuilder.pm #need DBIx::SearchBuilder >= 1.36 for Pg 8.1+ lib/RT/Transaction_Overlay.pm +lib/RT/Tickets_Overlay.pm #customfield date patch lib/RT/Ticket_Overlay.pm lib/RT/Users_Overlay.pm lib/RT/Groups_Overlay.pm @@ -18,13 +21,16 @@ lib/RT/URI/freeside/XMLRPC.pm share/html/Admin/Users/Modify.html share/html/Elements/ColumnMap share/html/Elements/CollectionList +share/html/Elements/EditCustomFieldDate #customfield date patch (NEW) share/html/Elements/Header share/html/Elements/PageLayout #html/Elements/QuickCreate + share/html/Elements/ShowCustomFieldDate #customfield date patch (NEW) share/html/Elements/SelectDate share/html/Elements/Footer html/Ticket/Create.html #XXX TODO - share/html/Search/Build.html + share/html/Search/Build.html #and customfield date patch + share/html/Search/Elements/PickCFs #customfield date patch share/html/Ticket/Display.html share/html/Ticket/Elements/AddCustomers share/html/Ticket/Elements/EditCustomers |