Maintenance: Send checked CTI checkboxes AJAX calls via queue to avoid race conditions in updating the UI.
This commit is contained in:
parent
4b6839cd82
commit
1579bebad4
1 changed files with 1 additions and 0 deletions
|
@ -213,6 +213,7 @@ class App.CTI extends App.Controller
|
||||||
type: 'POST'
|
type: 'POST'
|
||||||
url: "#{@apiPath}/cti/done/#{id}"
|
url: "#{@apiPath}/cti/done/#{id}"
|
||||||
data: JSON.stringify(done: done)
|
data: JSON.stringify(done: done)
|
||||||
|
queue: 'cti_done_queue'
|
||||||
)
|
)
|
||||||
|
|
||||||
newTicket: (user) =>
|
newTicket: (user) =>
|
||||||
|
|
Loading…
Reference in a new issue