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: src/guides/v2.4/release-notes/b2b-release-notes.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -11,12 +11,12 @@ These release notes can include:
11
11
12
12
## Magento B2B - Version 1.2.0
13
13
14
-
- {:.new} Purchase Orders have been enhanced and rewritten. The are now included by default in Magento Commerce.
14
+
- {:.new} Purchase Orders have been enhanced and rewritten. They are now included by default in Magento Commerce.
15
15
- {:.new} Purchase Order Approval Rules have been implemented. These rules allow users to control the Purchase Order workflow by creating purchasing rules for orders.
16
16
- {:.new} Login as Customer is now included by default in Magento Commerce. This allows site employees to assist customers by logging in as the customer to see what they see.
17
17
18
18
- {:.fix} Attribute aggregations are now working correctly for Layered Navigation with Elasticsearch
19
-
- {:.fix} Search orders by special chars is now working properly.
19
+
- {:.fix} Search orders by special characters is now working properly.
20
20
- {:.fix} Clicking on the **Clear All** Button now expands all the filters, rather than collapsing them.
21
21
- {:.fix} Product SKU/Name is now included in the Order History search filter summary.
22
22
- {:.fix} Sorting Indicator is now displayed properly in the My Purchase Orders Grid.
@@ -28,8 +28,8 @@ These release notes can include:
28
28
- {:.fix} Due to an incorrect variable type value, admins could not add configurable products to an order. The option dropdowns would not populate. This feature now works properly.
29
29
- {:.fix} Previously, when editing Category Permissions for the Not Logged In group, an error would occur when saving the changes. This bug has now been fixed.
30
30
- {:.fix} A bug has been fixed that now allows admins to add products to an order that are not in the shared catalog. Previously, an error message would appear when adding an item not in the catalog.
31
-
- {:.fix} Previously, after running the command `php bin/magento indexer:set-dimensions-mode catalog_product_price website` and then trying to make a shared catalog, an error would occur. This bug has been fixed.
32
-
- {:.fix} When adding a new company and assigning it a non-default website, the wrong site id was sent, causing an error. This bug has now been fixed.
31
+
- {:.fix} Previously, after running the command `php bin/magento indexer:set-dimensions-mode catalog_product_price website` and then trying to create a shared catalog, an error would occur. This bug has been fixed.
32
+
- {:.fix} When adding a new company and assigning the Company Administrator to a non-default website, the wrong site ID was sent, causing an error. This bug has now been fixed.
33
33
- {:.fix} Previously, after a customer was moved to another customer group, adding a product to an order via Quick View would fail with an error. This bug has now been fixed.
34
34
- {:.fix} Previously, when attempting to checkout using the WebAPI with a B2B quote, an incorrect value was sent to the API, causing an error to occur. This bug has been fixed.
35
35
- {:.fix} Previously, when setting a company to "Active" via the API, an error would occur. This bug has now been fixed.
0 commit comments