Checkbox for 'Apply discount only with selected carrier' does not persist in UI
ID: 1085241
Backlog
Published on 8/21/2024
•
Last update on 8/21/2024
Summary
There is an issue in the tax module where the option "Apply the discount only when one of the above carriers is selected by the customer" does not remain checked in the UI, even though it is correctly set via API.
Simulation
- Navigate to the tax module in the admin.
- Attempt to check the option "Apply the discount only when one of the above carriers is selected by the customer."
- Save the changes and observe that the checkbox does not remain selected.
- Verify via the API that the option is correctly marked as
true
.
Workaround
The issue is purely visual. The checkbox state is correctly reflected via the API, and the discount is applied as expected during checkout. Therefore, no workaround is necessary, as the functionality is not impaired.