Skip to content
Snippets Groups Projects
Unverified Commit cdcd1a88 authored by amolghode1981's avatar amolghode1981 Committed by GitHub
Browse files

Clickup task : https://app.clickup.com/t/29gujj8 (#24980)

Description :
In ACDQueue.ts,
When there is no queue available on asterisk, onQueueSummary never gets executed. It directly calls onQueueSummaryComplete
Because result.queueSummary never got initialised, result is undefined.
This causes getQueueDetails fails as it assumes that there will be a valid queue summary.

To fix this, set result.queueSummary to empty array if it does not already exist in onQueueSummaryComplete of ACDQueue.ts
parent 09e3fa1b
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment