Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 86d3de1

Browse files
committed
added preliminary known issue description
1 parent 0d66f46 commit 86d3de1

File tree

3 files changed

+25
-11
lines changed

3 files changed

+25
-11
lines changed

src/guides/v2.4/release-notes/b2b-release-notes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ These release notes can include:
5757

5858
- {:.fix} The `credit_history` query now returns the specified company’s credit history for both the originally allocated amount and the purchased amount. Previously, this query returned an error. [GitHub-29990](https://github.com/magento/magento2/issues/29990)
5959

60+
- {:.fix} The **Company** and **Job Title** fields on the Edit Account Information page are no longer editable. [GitHub-312](https://github.com/magento/partners-magento2b2b/issues/312)
61+
6062
## Magento B2B - Version 1.3.0
6163

6264
This release includes improvements to order approvals, shipping methods, shopping cart, and logging of Admin actions.

src/guides/v2.4/release-notes/commerce-2-4-2.md

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ This release includes enhancements to Page Builder content migration and Page Bu
151151

152152
* The new mobile [viewport switcher](https://docs-beta.magento.com/user-guide/cms/page-builder-workspace.html#viewports) and viewport scope for form field values lets users and developers perform these actions:
153153

154-
* View content on different viewports when authoring.
154+
* View content on different view ports when authoring.
155155

156156
* Optimize minimum height field parameter on different content types for each viewport. (Only one parameter (min height) is supported out of the box. Custom development required to enable mobile optimization for other content parameters.)
157157

@@ -343,7 +343,7 @@ We have fixed hundreds of issues in the Magento 2.4.2 core code.
343343

344344
<!--- MC-35783-->
345345

346-
* Magento now displays the `You have no items in your shopping cart` message in the minicart as expected when a shopper removes the only item in their cart. Previously, cart data was not updated for 'checkout/cart/removeFailed' when a shopper removed the single item, and Magento displayed this message: `1 product requires your attention`.
346+
* Magento now displays the `You have no items in your shopping cart` message in the mini cart as expected when a shopper removes the only item in their cart. Previously, cart data was not updated for 'checkout/cart/removeFailed' when a shopper removed the single item, and Magento displayed this message: `1 product requires your attention`.
347347

348348
<!--- MC-36088-->
349349

@@ -609,7 +609,7 @@ We have fixed hundreds of issues in the Magento 2.4.2 core code.
609609

610610
<!-- ENGCOM-8478 -->
611611

612-
* Corrected the pluralization of “item” in the minicart and checkout order summary. [GitHub-29920](https://github.com/magento/magento2/issues/29920)
612+
* Corrected the pluralization of “item” in the mini cart and checkout order summary. [GitHub-29920](https://github.com/magento/magento2/issues/29920)
613613

614614
<!-- ENGCOM-8309 -->
615615

@@ -1465,7 +1465,7 @@ We have fixed hundreds of issues in the Magento 2.4.2 core code.
14651465

14661466
<!-- ENGCOM-8258 -->
14671467

1468-
`getPageLayoutsConfig` is now saved in cache, which has improved config builder performance. [GitHub-29546](https://github.com/magento/magento2/issues/29546)
1468+
* `getPageLayoutsConfig` is now saved in cache, which has improved config builder performance. [GitHub-29546](https://github.com/magento/magento2/issues/29546)
14691469

14701470
### Persistent
14711471

@@ -1575,7 +1575,7 @@ We have fixed hundreds of issues in the Magento 2.4.2 core code.
15751575

15761576
<!--- MC-36755-->
15771577

1578-
* Magento no longer archives an order before processing it. Previously, multiselect action on the Admin order grid affected unselected orders.
1578+
* Magento no longer archives an order before processing it. Previously, multi select action on the Admin order grid affected unselected orders.
15791579

15801580
<!--- MC-37371-->
15811581

@@ -2041,10 +2041,20 @@ We have fixed hundreds of issues in the Magento 2.4.2 core code.
20412041

20422042
## Known issues
20432043

2044-
**Issue**: Discounts for a specific payment method persist during checkout for a purchase order even when the buyer changes payment method during final checkout. As a result, customers may receive a discount that they are not entitled to. This occurs because a cart rule for the original payment method is still applied despite the change in payment method. **Workaround**: None. <!-- KB-827 -->
2045-
20462044
**Issue**: The `deleteRequisitionListOutput` query returns details about the deleted requisition list instead of the remaining requisition lists. <!--- MC-39894-->
20472045

2046+
**Issue**: Shoppers cannot add a configurable product to their cart from a non-default store view in a multi-store deployment. Magento displays this error: `Could not add item to cart. Please check required options and try again`. **Workaround**: None. [GitHub-31660](https://github.com/magento/magento2/issues/31660)<!--- PWA-1298-->
2047+
2048+
**Issue**: Merchants must activate the Fastly Force TLS functionality from the Admin to enable the global HTTP to HTTPS redirect for all store pages. See the [Redirect HTTP to HTTPS for all pages on Cloud (Force TLS)](https://support.magento.com/hc/en-us/articles/360006296953) Knowledge Base article. <!--- MC-39988-->
2049+
2050+
### B2B known issues
2051+
2052+
**Issue**: B2B buyers can use online payment methods to bypass the usual purchase order flow. This scenario can occur if the buyer can reduce their entire checkout total to a 0 — for example, by a promo code or gift card — and subsequently remove the code or gift card. Even under those conditions, Magento still places the order for the correct amount based on the prices of the items in their assigned catalog. <!--- B2B-1603-->
2053+
2054+
**Issue**: Buyers are redirected to the shopping cart when trying to place an order from a purchase order using PayPal Express Checkout when **In-Context Mode** is disabled. <!--- B2B-1604-->
2055+
2056+
**Issue**: Magento randomly When attempting to create a purchase order and navigating to the initial checkout page, a bad request can occasionally be observed in the browser console when a buyer creates a purchase order and navigates to the checkout page. The buyer can still place the purchase order. Magento displays this error when a buyer has previously created a different purchase order with an online payment method before navigating to checkout page without completing the purchase. **Workaround**: None. <!--- B2B-1605-->
2057+
20482058
## Community contributions
20492059

20502060
We are grateful to the wider Magento community and would like to acknowledge their contributions to this release. Check out the following ways you can learn about the community contributions to our current releases:

src/guides/v2.4/release-notes/open-source-2-4-2.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ We have fixed hundreds of issues in the Magento 2.4.2 core code.
514514

515515
<!-- ENGCOM-8478 -->
516516

517-
* Corrected the pluralization of “item” in the minicart and checkout order summary. [GitHub-29920](https://github.com/magento/magento2/issues/29920)
517+
* Corrected the pluralization of “item” in the mini cart and checkout order summary. [GitHub-29920](https://github.com/magento/magento2/issues/29920)
518518

519519
<!-- ENGCOM-8309 -->
520520

@@ -1310,7 +1310,7 @@ We have fixed hundreds of issues in the Magento 2.4.2 core code.
13101310

13111311
<!-- ENGCOM-8258 -->
13121312

1313-
`getPageLayoutsConfig` is now saved in cache, which has improved config builder performance. [GitHub-29546](https://github.com/magento/magento2/issues/29546)
1313+
* `getPageLayoutsConfig` is now saved in cache, which has improved config builder performance. [GitHub-29546](https://github.com/magento/magento2/issues/29546)
13141314

13151315
### Persistent
13161316

@@ -1794,9 +1794,11 @@ We have fixed hundreds of issues in the Magento 2.4.2 core code.
17941794

17951795
* Implemented `ActionInterface` for \Magento\Wishlist\Controller\Shared\Allcart. [GitHub-29537](https://github.com/magento/magento2/issues/29537)
17961796

1797-
## Known issue
1797+
## Known issues
17981798

1799-
**Issue**: Discounts for a specific payment method persist during checkout for a purchase order even when the buyer changes payment method during final checkout. As a result, customers may receive a discount that they are not entitled to. This occurs because a cart rule for the original payment method is still applied despite the change in payment method. **Workaround**: None. <!-- KB-827 -->
1799+
**Issue**: The `deleteRequisitionListOutput` query returns details about the deleted requisition list instead of the remaining requisition lists. <!--- MC-39894-->
1800+
1801+
**Issue**: Shoppers cannot add a configurable product to their cart from a non-default store view in a multi-store deployment. Magento displays this error: `Could not add item to cart. Please check required options and try again`. **Workaround**: None. [GitHub-31660](https://github.com/magento/magento2/issues/31660)<!--- PWA-1298-->
18001802

18011803
## Community contributions
18021804

0 commit comments

Comments
 (0)