Fixed issue #1184 - Ticket create state after OTRS import is wrong.

This commit is contained in:
Thorsten Eckel 2017-06-28 11:58:46 +02:00
parent 507439e12f
commit 4aa1ec84be

View file

@ -43,9 +43,7 @@ module Import
return if !state
state.default_create = true
state.callback_loop = true
state.save
state.save!
end
def update_default_follow_up
@ -56,9 +54,7 @@ module Import
return if !state
state.default_follow_up = true
state.callback_loop = true
state.save
state.save!
end
def update_ticket_attributes