Skip to content

Instantly share code, notes, and snippets.

@xonic128
xonic128 / otrs-rpc-dynamgic-fields.patch
Created March 21, 2012 14:55
Patch against recent OTRS to make dynamic fields writable via SOAP RPC calls
diff -ur otrs-3.1.2//bin/cgi-bin/rpc.pl otrs/bin/cgi-bin/rpc.pl
--- otrs-3.1.2//bin/cgi-bin/rpc.pl 2012-01-13 06:03:52.000000000 +0100
+++ otrs/bin/cgi-bin/rpc.pl 2012-03-21 15:42:32.000000000 +0100
@@ -44,6 +44,7 @@
use Kernel::System::CustomerUser;
use Kernel::System::CustomerCompany;
use Kernel::System::Ticket;
+use Kernel::System::DynamicFieldValue;
use Kernel::System::LinkObject;