-
Notifications
You must be signed in to change notification settings - Fork 9.4k
B2B company save: always disable "Allow Quotes" setting #39835
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @jbruni. Thank you for your report.
Join Magento Community Engineering Slack and ask your questions in #github channel. |
Hi @engcom-November. Thank you for working on this issue.
|
Hello @jbruni , Thank you for your report and collaboration. We attempted to reproduce the issue in our latest version 2.4 develop but were unable to reproduce it. Please find the attached screenshot for reference. Steps to Reproduce:
We followed these steps and did not encounter any issues. Could you please recheck in the latest version of Magento and let us know if we are missing any steps to reproduce this issue? Therefore, we are marking this ticket as "Issue: Needs Update". Thank you! |
Hello @jbruni , Thank You for your report and collaboration. Follow Up of this issue. Thank You! |
Preconditions and environment
We are regularly upgrading our Adobe Commerce installation, using "composer update" to apply the security patches and latest package updates. I do not know after which upgrade the following issue started.
Steps to reproduce
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
fromtrue
to1
- and then running the curl command from the bash command line interface.Release note
No response
Triage and priority
The text was updated successfully, but these errors were encountered: