Do escalation recalculations with user_id 1.
This commit is contained in:
parent
62b5b92a2d
commit
cca9740465
1 changed files with 3 additions and 1 deletions
|
@ -56,6 +56,7 @@ returns
|
||||||
return true if !escalation_time
|
return true if !escalation_time
|
||||||
|
|
||||||
self.escalation_time = nil
|
self.escalation_time = nil
|
||||||
|
self.updated_by_id = 1
|
||||||
self.callback_loop = true
|
self.callback_loop = true
|
||||||
save
|
save
|
||||||
return true
|
return true
|
||||||
|
@ -187,6 +188,7 @@ returns
|
||||||
return if !changed?
|
return if !changed?
|
||||||
|
|
||||||
self.callback_loop = true
|
self.callback_loop = true
|
||||||
|
self.updated_by_id = 1
|
||||||
save
|
save
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue