Skip to content
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

Checking values for rows #4370

Merged
merged 7 commits into from
Sep 19, 2024
Merged

Checking values for rows #4370

merged 7 commits into from
Sep 19, 2024

Conversation

rladdusaw
Copy link
Contributor

@rladdusaw rladdusaw commented Sep 18, 2024

Resolves #4027

A refactor of the requests.js file had broken the logic for whether or not to enable the button. It was searching the entire document for selected radio buttons and checkboxes and when you selected one of each from different items it would enable the button.

I also noticed that when you had two items fully selected, if you unselected one the button would disable as the code was only checking the most recent row to update. I added a method to check all rows for a valid, selected item and enable the button.

Confirm this may also solve #3567.

@coveralls
Copy link

coveralls commented Sep 18, 2024

Coverage Status

coverage: 96.536%. remained the same
when pulling 1fa5b71 on 4027-delivery-mode-error
into 32fc734 on main.

@rladdusaw rladdusaw merged commit b0ebcb1 into main Sep 19, 2024
12 checks passed
@rladdusaw rladdusaw deleted the 4027-delivery-mode-error branch September 19, 2024 16:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Investigate why "Exception: Requests::Submission: Item does not have a delivery mode" have returned
4 participants