Skip to content

Commit 8a96762

Browse files
committed
1.1.69 Release
- added metadata - Updated patches-info.json
1 parent dbff61a commit 8a96762

File tree

5 files changed

+44
-10
lines changed

5 files changed

+44
-10
lines changed

patches-info.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

support-patches.json

Lines changed: 40 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15808,10 +15808,8 @@
1580815808
},
1580915809
"ACP2E-3889": {
1581015810
"categories": [
15811-
"Admin",
15812-
"Catalog/Product",
15813-
"GraphQL",
15814-
"Catalog Search"
15811+
"Catalog Search",
15812+
"Cache"
1581515813
],
1581615814
"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.",
1581715815
"packages": {
@@ -15825,7 +15823,8 @@
1582515823
"ACP2E-3964": {
1582615824
"categories": [
1582715825
"Catalog/Product",
15828-
"Content"
15826+
"Content",
15827+
"Web API"
1582915828
],
1583015829
"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.",
1583115830
"packages": {
@@ -15866,6 +15865,7 @@
1586615865
"ACSD-56226": {
1586715866
"categories": [
1586815867
"Catalog/Product",
15868+
"Performance",
1586915869
"Other"
1587015870
],
1587115871
"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 @@
1588115881
"categories": [
1588215882
"Order/Checkout",
1588315883
"GraphQL",
15884-
"Shopping Cart"
15884+
"Shopping Cart",
15885+
"Performance"
1588515886
],
1588615887
"title": "Improve performance on sales rule processing on cart related requests",
1588715888
"packages": {
@@ -15894,7 +15895,8 @@
1589415895
},
1589515896
"ACSD-58108": {
1589615897
"categories": [
15897-
"Order/Checkout"
15898+
"Order/Checkout",
15899+
"Admin"
1589815900
],
1589915901
"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.",
1590015902
"packages": {
@@ -15903,11 +15905,21 @@
1590315905
"file": "os/ACSD-58108_2.4.6.patch"
1590415906
}
1590515907
}
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+
]
1590615917
}
1590715918
},
1590815919
"ACSD-65983": {
1590915920
"categories": [
15910-
"B2B"
15921+
"B2B",
15922+
"Catalog/Product"
1591115923
],
1591215924
"title": "An error is no longer thrown when reconfiguring a bundled product quote in the Admin backend.",
1591315925
"packages": {
@@ -15916,6 +15928,15 @@
1591615928
"file": "commerce/ACSD-65983_1.5.2.patch"
1591715929
}
1591815930
}
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+
]
1591915940
}
1592015941
},
1592115942
"ACSD-66149": {
@@ -15933,7 +15954,8 @@
1593315954
},
1593415955
"ACSD-66153": {
1593515956
"categories": [
15936-
"Other"
15957+
"Cache",
15958+
"Content"
1593715959
],
1593815960
"title": "Fixed an issue when a page would return a 500 error code, due to an incorrect layout structure being cached in the layout.",
1593915961
"packages": {
@@ -15942,6 +15964,15 @@
1594215964
"file": "os/ACSD-66153_2.4.5-p10.patch"
1594315965
}
1594415966
}
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"
15974+
}
15975+
]
1594515976
}
1594615977
},
1594715978
"ACSD-66302": {
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
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
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[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
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[2025-07-18T21:26:31.769694+00:00] report.CRITICAL: The element with the "root" ID wasn't found. Verify the ID and try again

0 commit comments

Comments
 (0)