Reorganized RT->Freeside integration to support Internal (single RT/Freeside database...
authorkhoff <khoff>
Fri, 11 Mar 2005 01:34:31 +0000 (01:34 +0000)
committerkhoff <khoff>
Fri, 11 Mar 2005 01:34:31 +0000 (01:34 +0000)
commit7c04e83390fd815fbf75a22118728b2eb6b4f7ad
tree85a2e27f8ea859f1ddba0c3702f32e6dc86cad5c
parent98526af3dcd590daecea6f202a61a4b21589fbab
Reorganized RT->Freeside integration to support Internal (single RT/Freeside database) and XMLRPC interfaces.
All the UI stuff is handled the same either way.
Integration type is changed by setting $RT::URI::freeside::IntegrationType to either 'Internal' or 'XMLRPC' in your RT_SiteConfig.pm.
rt/etc/RT_SiteConfig.pm
rt/html/Elements/Header
rt/html/Elements/Menu
rt/html/Elements/Tabs
rt/html/Ticket/Elements/AddCustomers
rt/html/Ticket/Elements/ShowCustomers
rt/lib/RT/URI/freeside.pm
rt/lib/RT/URI/freeside/Internal.pm [new file with mode: 0644]
rt/lib/RT/URI/freeside/XMLRPC.pm [new file with mode: 0644]