You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: support-patches.json
+40-9Lines changed: 40 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -15808,10 +15808,8 @@
15808
15808
},
15809
15809
"ACP2E-3889": {
15810
15810
"categories": [
15811
-
"Admin",
15812
-
"Catalog/Product",
15813
-
"GraphQL",
15814
-
"Catalog Search"
15811
+
"Catalog Search",
15812
+
"Cache"
15815
15813
],
15816
15814
"title": "Prior to the fix, empty search results that were generated because of improper search engine configuration were being cached. Now, after the fix, such results are no longer being cached.",
15817
15815
"packages": {
@@ -15825,7 +15823,8 @@
15825
15823
"ACP2E-3964": {
15826
15824
"categories": [
15827
15825
"Catalog/Product",
15828
-
"Content"
15826
+
"Content",
15827
+
"Web API"
15829
15828
],
15830
15829
"title": "Fixes the issue where child products of configurable products with a video in the gallery could not be listed via the REST API, resulting in an error response.",
15831
15830
"packages": {
@@ -15866,6 +15865,7 @@
15866
15865
"ACSD-56226": {
15867
15866
"categories": [
15868
15867
"Catalog/Product",
15868
+
"Performance",
15869
15869
"Other"
15870
15870
],
15871
15871
"title": "This patch will set the causality check (wsrep_sync_wait = 1) for READ queries at the slave node when the 'synchronus_replication' flag is enabled. It will ensure that the slave node returns the most up-to-date data after write operations at the master node.",
@@ -15881,7 +15881,8 @@
15881
15881
"categories": [
15882
15882
"Order/Checkout",
15883
15883
"GraphQL",
15884
-
"Shopping Cart"
15884
+
"Shopping Cart",
15885
+
"Performance"
15885
15886
],
15886
15887
"title": "Improve performance on sales rule processing on cart related requests",
15887
15888
"packages": {
@@ -15894,7 +15895,8 @@
15894
15895
},
15895
15896
"ACSD-58108": {
15896
15897
"categories": [
15897
-
"Order/Checkout"
15898
+
"Order/Checkout",
15899
+
"Admin"
15898
15900
],
15899
15901
"title": "The joining table name was missing in the original fetching table, which creates an issue with the custom module extension SQL of order grid.\r\nNow, the custom module can be used in the order grid. Previously, errors occurred while using a custom module.",
15900
15902
"packages": {
@@ -15903,11 +15905,21 @@
15903
15905
"file": "os/ACSD-58108_2.4.6.patch"
15904
15906
}
15905
15907
}
15908
+
},
15909
+
"metadata": {
15910
+
"and": [
15911
+
{
15912
+
"type": "log",
15913
+
"path": "var/log/exception.log",
15914
+
"match": "report.CRITICAL: PDOException: SQLSTATE[23000]: Integrity constraint violation: 1052 Column 'created_at' in where clause is ambiguous in */Magento/Framework/DB/Statement/Pdo/Mysql.php"
15915
+
}
15916
+
]
15906
15917
}
15907
15918
},
15908
15919
"ACSD-65983": {
15909
15920
"categories": [
15910
-
"B2B"
15921
+
"B2B",
15922
+
"Catalog/Product"
15911
15923
],
15912
15924
"title": "An error is no longer thrown when reconfiguring a bundled product quote in the Admin backend.",
15913
15925
"packages": {
@@ -15916,6 +15928,15 @@
15916
15928
"file": "commerce/ACSD-65983_1.5.2.patch"
15917
15929
}
15918
15930
}
15931
+
},
15932
+
"metadata": {
15933
+
"and": [
15934
+
{
15935
+
"type": "log",
15936
+
"path": "var/log/exception.log",
15937
+
"match": "report.CRITICAL: TypeError: Magento\\NegotiableQuote\\Model\\QuoteItemHashHandler::getItemHashToIdItem(): Argument #1 ($item) must be of type Magento\\Quote\\Api\\Data\\CartItemInterface, bool given"
15938
+
}
15939
+
]
15919
15940
}
15920
15941
},
15921
15942
"ACSD-66149": {
@@ -15933,7 +15954,8 @@
15933
15954
},
15934
15955
"ACSD-66153": {
15935
15956
"categories": [
15936
-
"Other"
15957
+
"Cache",
15958
+
"Content"
15937
15959
],
15938
15960
"title": "Fixed an issue when a page would return a 500 error code, due to an incorrect layout structure being cached in the layout.",
15939
15961
"packages": {
@@ -15942,6 +15964,15 @@
15942
15964
"file": "os/ACSD-66153_2.4.5-p10.patch"
15943
15965
}
15944
15966
}
15967
+
},
15968
+
"metadata": {
15969
+
"and": [
15970
+
{
15971
+
"type": "log",
15972
+
"path": "var/log/system.log",
15973
+
"match": "report.CRITICAL: The element with the \"root\" ID wasn't found. Verify the ID and try again"
report.CRITICAL: PDOException: SQLSTATE[23000]: Integrity constraint violation: 1052 Column 'created_at' in where clause is ambiguous in */lib/internal/Magento/Framework/DB/Statement/Pdo/Mysql.php:90
[2025-06-02T10:18:58.633138+00:00] report.CRITICAL: TypeError: Magento\NegotiableQuote\Model\QuoteItemHashHandler::getItemHashToIdItem(): Argument #1 ($item) must be of type Magento\Quote\Api\Data\CartItemInterface, bool given
0 commit comments