From 8e094f592d23a3f455716c2f13690e5e0c3ab7f3 Mon Sep 17 00:00:00 2001 From: Thorsten Eckel Date: Tue, 29 Nov 2016 11:01:47 +0100 Subject: [PATCH] Working on issue #368 - OTRS FQDN should not get imported. --- lib/import/otrs/sys_config_factory.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/import/otrs/sys_config_factory.rb b/lib/import/otrs/sys_config_factory.rb index 3dd945bc3..da118a481 100644 --- a/lib/import/otrs/sys_config_factory.rb +++ b/lib/import/otrs/sys_config_factory.rb @@ -15,7 +15,7 @@ module Import private def direct_settings - %w(FQDN HttpType SystemID Organization TicketHook) + %w(HttpType SystemID Organization TicketHook) end def direct_copy?(setting)