Closed
Description
Preconditions and environment
- Magento version 2.4.8 - with B2B extension
Steps to reproduce
- At admin, go to Customers > Company, and click the "Edit" link to edit a company.
- Under "Advanced Settings", make sure to enable the "Allow Quotes" setting.
- Click the "Save" button to save the company settings.
- Verify the "Allow Quotes" setting after saving.
Expected result
Expected: company's "Allow Quotes" setting to be enabled.
Actual result
Actual: company's "Allow Quotes" setting remains disabled.
Additional information
When saving the company, the "Allow Quotes" gets always disabled, regardless of the chosen setting value, and even when the setting value is not changed at all (when we save the company after modifying another setting).
By debugging I found a workaround to turn the setting back to enabled: using the browser's Dev Tools, Network tab, I "copy as cURL" the edit's POST HTTP request and modify it, replacing the value for is_quote_enabled
from true
to 1
- and then running the curl command from the bash command line interface.
Release note
No response
Triage and priority
- Severity: S0 - Affects critical data or functionality and leaves users without workaround.
- Severity: S1 - Affects critical data or functionality and forces users to employ a workaround.
- Severity: S2 - Affects non-critical data or functionality and forces users to employ a workaround.
- Severity: S3 - Affects non-critical data or functionality and does not force users to employ a workaround.
- Severity: S4 - Affects aesthetics, professional look and feel, “quality” or “usability”.