-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'canary' into feature/gallery-thumbnails-with-hover
- Loading branch information
Showing
166 changed files
with
1,321 additions
and
1,111 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,5 @@ | ||
--- | ||
'@graphcommerce/magento-customer': patch | ||
--- | ||
|
||
Update OrderDetails and styling |
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,5 @@ | ||
--- | ||
'@graphcommerce/docs': minor | ||
--- | ||
|
||
Split off Magento known issues to separate page |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
--- | ||
menu: Known issues | ||
--- | ||
|
||
# Known issues | ||
|
||
An overview of bugs and limitations you may run into with Magento's GraphQL API: | ||
|
||
## Cart-related mutations result in `Can not find cart with ID` or `Cart isn't active` errors | ||
|
||
Affected Magento versions: | ||
|
||
- `2.4.7`: only `2.4.7-beta1` | ||
- `2.4.6`: all versions | ||
|
||
This is caused by a regression which results in some GraphQL errors no longer | ||
getting a category extension string (such as `graphql-no-such-entity`). | ||
Normally, these errors are handling by automatically creating a new cart, but | ||
without the proper error category this error-handling logic is nog triggered. | ||
|
||
As a workaround, you can apply | ||
[cart-error-category.patch](./patches/cart-error-category.patch). | ||
|
||
See also | ||
https://github.com/magento/magento2/commit/49cbe774020d3dfa6ee2b8702376a947801c9971 | ||
|
||
## Customer is forced to sign up, even if already registered | ||
|
||
Affected Magento versions: | ||
|
||
- `2.4.7` and all future release series | ||
- `2.4.6`: `2.4.6-p1` and up | ||
- `2.4.5`: `2.4.5-p3` and up | ||
- `2.4.4`: `2.4.4-p4` and up | ||
|
||
During customer login, GraphCommerce queries Magento to determine whether the | ||
customer account already exists or not. If not, the sign-up form is shown | ||
instead. | ||
|
||
In affected Magento versions, the behavior of the `isEmailAvailable` query that | ||
is used to do this was made dependent on the `Enable Guest Checkout Login` | ||
configuration setting. If disabled, this query will always return `true`, | ||
resulting in the sign-up form always being shown, even if the customer already | ||
exists. | ||
|
||
To solve this, the following setting must be set to `Yes`: | ||
`Stores -> Configuration -> Sales -> Checkout -> Checkout Options -> Enable Guest Checkout Login` | ||
|
||
See also | ||
https://developer.adobe.com/commerce/php/development/backward-incompatible-changes/highlights/#isemailavailable-api | ||
|
||
## Next steps | ||
|
||
- [Overview](./readme) |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
# Change Log | ||
|
||
## 7.1.0-canary.32 | ||
|
||
## 7.1.0-canary.31 | ||
|
||
## 7.1.0-canary.30 | ||
|
||
## 7.1.0-canary.29 | ||
|
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
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.