-
Notifications
You must be signed in to change notification settings - Fork 343
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update contentful client to use system id (#1088)
- Loading branch information
1 parent
458292a
commit 958dbcd
Showing
7 changed files
with
167 additions
and
70 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
"saleor-app-cms-v2": minor | ||
--- | ||
|
||
Changed how Contentful ID is created. | ||
|
||
Previously, Saleor's ID was used to create entry in Contentful. | ||
However, this implementation was failing when special characters in ID occurred (like "=="). | ||
|
||
Now, entry in Contentful is created using it's own system ID, generated by Contentful itself. | ||
|
||
App will first query entries via variant ID field, so it still works without a breaking change. | ||
|
||
It's recommended to set "unique" parameter on variant ID field |
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.