-
-
Notifications
You must be signed in to change notification settings - Fork 730
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
Fix display of "inventory only" radio buttons #8263
Fix display of "inventory only" radio buttons #8263
Conversation
Previously the two radio buttons were not showing which option was set; both options were blank even if one had been selected.
4f8d664
to
76c9f38
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And simplifying the code. 😍
Hey @Matt-Yorkley , I've checked this now, for
As before, the default selection is seen in the UI, but I cannot seem to find this preference saved in the DB: Would it be expected that there is a preference entry on the DB? Or is this only expected if it differs from the PS: Even though the DB does not show this preference, I could not reproduce the bug here - it is possible to add products on the outgoing section: So maybe we're good? Will await for your feedback on this. |
I've moved it to ready to go - there's a good chance this fixes the S1 👍 We can consider this one perhaps a |
Yes, that's how it generally works with defaults 👌 |
Ah great! I was unaware of that, thank you for that feedback 👍 |
What? Why?
Addresses UI issue described in #8256 (comment)
Previously the two radio buttons were not showing which option was set; both options were blank even if one had been selected.
What should we test?
When an inventory setting is set in the enterprise "Inventory Settings" tab, it should correctly show which setting is currently in use. Note: the default value is
false
.Release notes
Fixed display of "inventory only" setting in enterprise edit page
Changelog Category: Technical changes