-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Handle via javascript that the two fields for impact are synced, mean… #34023
Handle via javascript that the two fields for impact are synced, mean… #34023
Conversation
jolelievre
commented
Sep 21, 2023
Questions | Answers |
---|---|
Branch? | 8.1.x |
Description? | Handle via javascript that the two fields for impact are synced, meaning they are both enabled/disabled at the same time |
Type? | bug fix |
Category? | BO |
BC breaks? | no |
Deprecations? | no |
How to test? | Try to modify the impact on price on a combination via bulk action, the two inputs for price tax excluded/included should be synced so no more error when only price tax included is provided |
UI Tests | ~ |
Fixed issue or discussion? | Fixes #33580 |
Related PRs | ~ |
Sponsor company | ~ |
Hi, thanks for this contribution! I found some issues with the Pull Request description:
Would you mind having a look at it? This will help us understand how interesting your contribution is, thank you very much! About linked issuesPlease consider opening an issue before submitting a Pull Request:
(Note: this is an automated message, but answering it will reach a real human) |
import CombinationBulkMap from '@pages/product/combination/bulk/combination-bulk-map'; | ||
import FormFieldToggler from '@components/form/form-field-toggler'; | ||
|
||
// @ts-ignore |
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.
I wonder if we can take this off. The @types/jquery library gives us the type
…ing they are both enabled/disabled at the same time
025a010
to
69449de
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.
Hello @jolelievre
The issue is well fixed and the bulk edit of prices is well working for product variants.
Untitled_.Sep.28.2023.9_03.AM.webm
Automated tests are OK ✔️
https://github.com/MhiriFaten/testing_pr/actions/runs/6335953118
Thank you.
QA approved, well done! Message to the maintainers: do not forget to milestone it before the merge. |