-
Notifications
You must be signed in to change notification settings - Fork 70
fix(task-refactor): merge task refactor into next #717
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
akulakum
wants to merge
27
commits into
webex:task-refactor
from
akulakum:UP_TO_DATE_WITH_NEXT_BRANCH
Closed
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
354e58e
docs(ai-docs): add docs for meetings widget (#642)
riteshfyi bb3bea7
fix(meetings): address version resolution (#664)
riteshfyi 571199d
feat(changelog): Enable viewing commit history between two widgets st…
vivekv1504 a477740
fix(cc-components): show dialed number instead of entrypoint for outd…
bhabalan 37259ea
feat(ci): add comment on pr workflow (#663)
riteshfyi f566438
feat(ccwidgets): merge rtt with next (#666)
Kesari3008 f4e696c
feat(task): Create CampaginErrorDialog Component (#670)
brain-frog 158a20d
fix(changelog): correct variable declarations in populatePackageNames…
vivekv1504 8642d32
chore(cc): bump @webex/contact-center to 3.12.0-next.14 (#672)
bhabalan 64a3f77
chore: add spec-drift detection commands and pre-commit hook (#649)
ciscoRankush 0543142
feat(agents): claude agents and commands for git operations, QA test …
bhabalan 42ee76e
fix(claude): correct hook schema in settings.json (#677)
bhabalan 273a2bf
fix(ci): prevent command injection vulnerability in PR title validati…
vamshigovardhana ebb6ca2
feat(ci): add Webex space notification for widgets (#675)
vamshigovardhana 0566ab1
feat(callcontrolcad): update to support global variables (#679)
cmullenx d027c4c
chore(cc-components): migrate OutdialCall SelectNext to momentum-desi…
bhabalan 881fef4
feat(task): CAI-7811 Campaign Countdown (#682)
brain-frog b1189c7
chore(ci): serialize E2E test runs across PRs (#678)
bhabalan 26a6dbe
chore(cc): bump @webex/contact-center to 3.12.0-next.42 (#686)
bhabalan 6be4607
fix(cc-components): correct recording state during hold/unhold operat…
bhabalan bc41a9f
feat(cc): add campaign preview (#684)
cmullenx e320745
chore(ci): add no-op next deploy comment (#699)
rsarika ed77827
chore(tooling): remove validated label on each push (#701)
mkesavan13 663db9c
fix(cc-widgets): Add timeout inactivity properties to cc store (#695)
zachraymer 5da6077
chore(meetings): update meetings e2e test workflow (#705)
riteshfyi 06040d9
fix(tooling): remove caching from github pipeline (#715)
Shreyas281299 c7ca9f6
fix(store): merge origin/next into task-refactor
akulakum File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When an outdial task has the customer's dialed number in
callAssociatedDetails.dnisorcallProcessingDetails.dnisbut does not populatecallAssociatedDetails.dn, this now passesundefinedasdnandgetCallerIdentifierfalls back toani, which is the agent/entry-point number for outdial calls. The previous code, and the TaskList/IncomingTask utilities, preserve thednisfallback, so those outdial calls will show the wrong caller identifier in CallControlCAD.Useful? React with 👍 / 👎.