-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix conversation actions type * Use public types in connectors * Use new assistant picker in the extension (#8462) * Use new assistant picker in the extension * Use nex tooltip props in button to get rid of js error * Fix * Fix unused import extension (#8463) * Editing modal styles (#8455) * [connectors] Implement upsertion for the articles (Help Center) (#8450) * turn the IDs from integers to bigints (example value: 24132475402897) * implement upsertion for articles * run a full sync on sync workflows without signals * pass the description when creating a category * correctly pass the categoryId when creating an article * add logs on empty articles * put the correct URL in the datasource * add a method getParentInternalIds to the ZendeskArticleResource * add the migration file * remove an unnecessary fetch * remove redundant mentions of the model and resource in use * fix a confusion between category.id and category.categoryId * make category content nodes expandable in read mode * implement batch content retrieval for articles and tickets * prevent articles from being upserted when already up to date * lint * add getParentInternalIds for categories and tickets * [sparkle] Supports ref in LinkWrapper and forward to <a> (#8466) --------- Co-authored-by: Daphné Popin <[email protected]> Co-authored-by: Edouard Wautier <[email protected]> Co-authored-by: Aubin <[email protected]> Co-authored-by: Thomas Draier <[email protected]>
- Loading branch information
1 parent
b7be308
commit 23fe34c
Showing
5 changed files
with
21 additions
and
16 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