Skip to content

B2B company save: "Allow Quotes" setting always disabled #39981

Closed
@jbruni

Description

@jbruni

Preconditions and environment

  • Magento version 2.4.8 - with B2B extension

Steps to reproduce

  1. At admin, go to Customers > Company, and click the "Edit" link to edit a company.
  2. Under "Advanced Settings", make sure to enable the "Allow Quotes" setting.
  3. Click the "Save" button to save the company settings.
  4. Verify the "Allow Quotes" setting after saving.

Image

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”.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions