-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(quantic)!: logic to handle opening smart snippet source inside s…
…alesforce added (#4323) [SFINT-5438](https://coveord.atlassian.net/browse/SFINT-5438) - Added logic to support opening smart sources in Salesforce with the help of the Navigation mixins utilities. - This changes contain a breaking change so this will be part of the v3 milestone. - The breaking changes consists of deleting two public properties `title` and `url` that were exposed in the `QuanticSmartSnippetSource` component and replacing them by the a new `source` property - Unit tests added. ### Demo: https://github.com/user-attachments/assets/e227c518-365a-446c-8d33-b3ab0eaa9bea [SFINT-5438]: https://coveord.atlassian.net/browse/SFINT-5438?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ --------- Co-authored-by: Louis Bompart <[email protected]>
- Loading branch information
1 parent
65e58fd
commit 7dca4f5
Showing
9 changed files
with
278 additions
and
41 deletions.
There are no files selected for viewing
3 changes: 1 addition & 2 deletions
3
...ages/quantic/force-app/main/default/lwc/quanticCitation/__tests__/quanticCitation.test.js
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
3 changes: 1 addition & 2 deletions
3
.../quantic/force-app/main/default/lwc/quanticResultLink/__tests__/quanticResultLink.test.js
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
13 changes: 7 additions & 6 deletions
13
...antic/force-app/main/default/lwc/quanticSmartSnippetSource/quanticSmartSnippetSource.html
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.