Skip to content

Commit 531ce76

Browse files
committed
1.1.69 Release
- Fixed CR comments - Updated patches-info.json
1 parent a10dd11 commit 531ce76

File tree

6 files changed

+20
-9
lines changed

6 files changed

+20
-9
lines changed

patches-info.json

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

support-patches.json

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15819,6 +15819,15 @@
1581915819
"file": "os/ACP2E-3964_2.4.7-p3.patch"
1582015820
}
1582115821
}
15822+
},
15823+
"metadata": {
15824+
"and": [
15825+
{
15826+
"type": "log",
15827+
"path": "var/log/exception.log",
15828+
"match": "report.CRITICAL: Error: Call to a member function getVideoProvider() on null in */Model/Product/Attribute/Media/ExternalVideoEntryConverter.php"
15829+
}
15830+
]
1582215831
}
1582315832
},
1582415833
"ACP2E-3977": {
@@ -15850,7 +15859,6 @@
1585015859
},
1585115860
"ACSD-56226": {
1585215861
"categories": [
15853-
"Catalog/Product",
1585415862
"Performance",
1585515863
"Other"
1585615864
],
@@ -15900,14 +15908,15 @@
1590015908
{
1590115909
"type": "log",
1590215910
"path": "var/log/exception.log",
15903-
"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"
15911+
"match": "report.CRITICAL: PDOException: SQLSTATE[23000]: Integrity constraint violation: 1052 Column 'created_at' in where clause is ambiguous in */DB/Statement/Pdo/Mysql.php"
1590415912
}
1590515913
]
1590615914
}
1590715915
},
1590815916
"ACSD-65983": {
1590915917
"categories": [
1591015918
"B2B",
15919+
"Admin",
1591115920
"Catalog/Product"
1591215921
],
1591315922
"title": "Fixes the issue where reconfiguring a bundled product quote in the Admin backend throws an error.",
@@ -15961,7 +15970,7 @@
1596115970
"and": [
1596215971
{
1596315972
"type": "log",
15964-
"path": "var/log/system.log",
15973+
"path": "var/log/support_report.log",
1596515974
"match": "report.CRITICAL: The element with the \"root\" ID wasn't found. Verify the ID and try again"
1596615975
}
1596715976
]
@@ -15987,7 +15996,7 @@
1598715996
"title": "Fixes the issue where the Companies grid loads slowly for admin users with restricted websites access.",
1598815997
"packages": {
1598915998
"magento/magento2-b2b-base": {
15990-
">=1.5.2 <1.4.2 || >=1.5.1 <1.5.3": {
15999+
">=1.5.1 <1.5.3": {
1599116000
"file": "commerce/ACSD-66311_1.5.1.patch"
1599216001
}
1599316002
}
@@ -15998,7 +16007,7 @@
1599816007
"Admin"
1599916008
],
1600016009
"title": "Fixes the issue where the cron job fails to clear changelog tables, causing Galera Cluster crashes when handling large amounts of data.",
16001-
"requirements": "For 2.4.4-2.4.7 versions do not install if you have Live Search. Check KB article (ACSD-53583) for more details.",
16010+
"requirements": "The patch depends on ACSD-53583. Do not install it on versions earlier than 2.4.7 if you are using Live Search. Refer to the KB article related to ACSD-53583 for more details.",
1600216011
"packages": {
1600316012
"magento/magento2-base": {
1600416013
">=2.4.4 <2.4.7": {
@@ -16015,7 +16024,8 @@
1601516024
},
1601616025
"ACSD-66952": {
1601716026
"categories": [
16018-
"Price/Tax"
16027+
"Price/Tax",
16028+
"Performance"
1601916029
],
1602016030
"title": "Fixes the issue where cache is cleared on each PLP or Cart visit, causing performance overhead when a Target rule is set.",
1602116031
"packages": {
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
report.CRITICAL: Error: Call to a member function getVideoProvider() on null in sites/vendor/magento/module-product-video/Model/Product/Attribute/Media/ExternalVideoEntryConverter.php:87
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +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
1+
report.CRITICAL: PDOException: SQLSTATE[23000]: Integrity constraint violation: 1052 Column 'created_at' in where clause is ambiguous in sites/lib/internal/Magento/Framework/DB/Statement/Pdo/Mysql.php:90
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +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
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

0 commit comments

Comments
 (0)