Fixed issue #1184 - Ticket create state after OTRS import is wrong.
This commit is contained in:
parent
507439e12f
commit
4aa1ec84be
1 changed files with 2 additions and 6 deletions
|
@ -43,9 +43,7 @@ module Import
|
||||||
return if !state
|
return if !state
|
||||||
|
|
||||||
state.default_create = true
|
state.default_create = true
|
||||||
state.callback_loop = true
|
state.save!
|
||||||
|
|
||||||
state.save
|
|
||||||
end
|
end
|
||||||
|
|
||||||
def update_default_follow_up
|
def update_default_follow_up
|
||||||
|
@ -56,9 +54,7 @@ module Import
|
||||||
return if !state
|
return if !state
|
||||||
|
|
||||||
state.default_follow_up = true
|
state.default_follow_up = true
|
||||||
state.callback_loop = true
|
state.save!
|
||||||
|
|
||||||
state.save
|
|
||||||
end
|
end
|
||||||
|
|
||||||
def update_ticket_attributes
|
def update_ticket_attributes
|
||||||
|
|
Loading…
Reference in a new issue