Skip to content

Commit 2f4d989

Browse files
🔃 [Magento Community Engineering] Community Contributions - 2.4-develop latest changes
Accepted Community Pull Requests: - #30340: Allow to cache search results (by @alinalexandru) - #29868: Remove wrong tags (by @Usik2203) - #28172: Issue #27925, moved the submit button to the inside of the <form> (by @vestman) - #28157: Fix #24091 - Selected configurable product attribute options are not displaying in wishlist page. (by @Bartlomiejsz) - #28928: [vcl] don't explicitly hash the host header (by @gquintard) - #27672: Fixed creating shipping labels in part-shipment (by @NikolasSumrak) Fixed GitHub Issues: - #30508: [Issue] Allow to cache search results (reported by @m2-assistant[bot]) has been fixed in #30340 by @alinalexandru in 2.4-develop branch Related commits: 1. 47c21ab - #30061: [Issue] Remove wrong tags (reported by @m2-assistant[bot]) has been fixed in #29868 by @Usik2203 in 2.4-develop branch Related commits: 1. 3efc95a 2. abff48f 3. 61b3c24 4. 199943d 5. da555dd 6. 4666ac0 7. bce4a8c 8. 9e24869 9. ff97fe6 10. 4cde7eb - #27925: Checkout: Placing an order using the enter key causes a redirect to the checkout (reported by @vestman) has been fixed in #28172 by @vestman in 2.4-develop branch Related commits: 1. 4fd92e7 2. cf5d73b 3. 9173df7 4. 2dee565 5. d59c837 6. 16fdccb 7. 08e7e4f 8. cfcd91d 9. b97c6c3 10. eb468d0 11. 2778f76 12. afbdb27 - #22503: Added Wish-list product displaying with wrong configurations (reported by @GrishmaNayee) has been fixed in #28157 by @Bartlomiejsz in 2.4-develop branch Related commits: 1. a128f39 2. e3bad69 3. 536a728 4. 3d69b13 5. 75a5f25 6. 0471e4e 7. 2c07389 8. e3e5a9a 9. e378086 10. 11abbf9 11. ac6be80 12. 8eead95 13. e3fd246 14. 129f451 15. 8d02533 16. 840c99c - #24091: Selected configurable product attribute options are not displaying in wishlist page. (reported by @venugopal-codilar) has been fixed in #28157 by @Bartlomiejsz in 2.4-develop branch Related commits: 1. a128f39 2. e3bad69 3. 536a728 4. 3d69b13 5. 75a5f25 6. 0471e4e 7. 2c07389 8. e3e5a9a 9. e378086 10. 11abbf9 11. ac6be80 12. 8eead95 13. e3fd246 14. 129f451 15. 8d02533 16. 840c99c - #29988: [Issue] [vcl] don't explicitly hash the host header (reported by @m2-assistant[bot]) has been fixed in #28928 by @gquintard in 2.4-develop branch Related commits: 1. 7660725 2. 8920869 - #29552: [Issue] Fixed creating shipping labels in part-shipment (reported by @m2-assistant[bot]) has been fixed in #27672 by @NikolasSumrak in 2.4-develop branch Related commits: 1. eb8cd70 2. b213915 3. 40e4ac0 4. fee7c0c 5. 0694d79 6. 78a897b 7. 25422c2
2 parents 72f9180 + 9b10019 commit 2f4d989

File tree

43 files changed

+617
-140
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+617
-140
lines changed

app/code/Magento/AdminNotification/Block/ToolbarEntry.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
* Toolbar entry that shows latest notifications
1111
*
1212
* @api
13-
* @author Magento Core Team <[email protected]>
1413
* @since 100.0.2
1514
*/
1615
class ToolbarEntry extends \Magento\Backend\Block\Template

app/code/Magento/AdminNotification/Model/Feed.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
/**
1313
* AdminNotification Feed model
1414
*
15-
* @author Magento Core Team <[email protected]>
1615
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
1716
* @api
1817
* @since 100.0.2

app/code/Magento/AdminNotification/Model/InboxInterface.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
/**
99
* AdminNotification Inbox interface
1010
*
11-
* @author Magento Core Team <[email protected]>
1211
* @api
1312
* @since 100.0.2
1413
*/

app/code/Magento/AdminNotification/Model/NotificationService.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
/**
99
* Notification service model
1010
*
11-
* @author Magento Core Team <[email protected]>
1211
* @api
1312
* @since 100.0.2
1413
*/

app/code/Magento/AdminNotification/Model/ResourceModel/Grid/Collection.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66

77
/**
88
* AdminNotification Inbox model
9-
*
10-
* @author Magento Core Team <[email protected]>
119
*/
1210
namespace Magento\AdminNotification\Model\ResourceModel\Grid;
1311

app/code/Magento/AdminNotification/Model/ResourceModel/Inbox/Collection.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
* AdminNotification Inbox model
1010
*
1111
* @api
12-
* @author Magento Core Team <[email protected]>
13-
* @api
1412
* @since 100.0.2
1513
*/
1614
class Collection extends \Magento\Framework\Model\ResourceModel\Db\Collection\AbstractCollection

app/code/Magento/AdminNotification/Model/ResourceModel/Inbox/Collection/Unread.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66

77
/**
88
* Collection of unread notifications
9-
*
10-
* @author Magento Core Team <[email protected]>
119
*/
1210
namespace Magento\AdminNotification\Model\ResourceModel\Inbox\Collection;
1311

app/code/Magento/AdminNotification/Observer/PredispatchAdminActionControllerObserver.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99

1010
/**
1111
* AdminNotification observer
12-
*
13-
* @author Magento Core Team <[email protected]>
12+
* @SuppressWarnings(PHPMD.CookieAndSessionMisuse)
1413
*/
1514
class PredispatchAdminActionControllerObserver implements ObserverInterface
1615
{

app/code/Magento/AdvancedSearch/Block/Adminhtml/Search/Edit.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
* Search queries relations grid container
1010
*
1111
* @api
12-
* @author Magento Core Team <[email protected]>
1312
* @since 100.0.2
1413
*/
1514
class Edit extends \Magento\Backend\Block\Widget\Grid\Container

app/code/Magento/AdvancedSearch/Block/Adminhtml/Search/Grid.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
* Search query relations edit grid
1010
*
1111
* @api
12-
* @author Magento Core Team <[email protected]>
1312
* @since 100.0.2
1413
*/
1514
class Grid extends \Magento\Backend\Block\Widget\Grid

0 commit comments

Comments
 (0)