-
Notifications
You must be signed in to change notification settings - Fork 527
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable users to migrate a Case thread to a Case dedicated channel. (#…
…5207) * Enable users to migrate a Case thread to a Case dedicated channel. * Handle migrating dedicated channels from flows. * Adds Dispatch UI button to create dedicated channel. * Remove unused import * Update message. * Update src/dispatch/plugins/dispatch_slack/case/interactive.py Co-authored-by: Will Sheldon <[email protected]> * Remove unnecessary service calls. * Update src/dispatch/plugins/dispatch_slack/case/messages.py Co-authored-by: David Whittaker <[email protected]> * Raise exceptions if conversation creation fails. * Hide button if conversation channel is created. * Update conversation thread when migrating conversation. * Dedicated channels should default to true. * Update src/dispatch/plugins/dispatch_slack/case/interactive.py Co-authored-by: Will Sheldon <[email protected]> * Update src/dispatch/case/flows.py Co-authored-by: Will Sheldon <[email protected]> --------- Co-authored-by: Will Sheldon <[email protected]> Co-authored-by: David Whittaker <[email protected]>
- Loading branch information
1 parent
b0cd984
commit ced74f3
Showing
10 changed files
with
387 additions
and
47 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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.