Skip to content

fix: stop synchronizing of checkbox field values between steps - #471

Merged
AnnaPolensky merged 1 commit into
devfrom
470-bug-checkbox-value-synchronizing-across-steps
Aug 5, 2026
Merged

fix: stop synchronizing of checkbox field values between steps#471
AnnaPolensky merged 1 commit into
devfrom
470-bug-checkbox-value-synchronizing-across-steps

Conversation

@AnnaPolensky

Copy link
Copy Markdown
Collaborator

Description

fixes #470
The checkboxes did synchronize since they all had the id "checkbox" hardcoded. To stop this, every checkbox gets now an id based on the step id.

Testing

Add the MaxQuantImporting Step two times to a workflow. Check and uncheck the boxes and switch between the steps to see that the checkboxes of the different steps do not influence each other.

@AnnaPolensky
AnnaPolensky requested a review from Elena-kal August 4, 2026 11:57
@AnnaPolensky AnnaPolensky self-assigned this Aug 4, 2026

@Elena-kal Elena-kal left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code looks fine, and it works well.

@AnnaPolensky
AnnaPolensky merged commit a1ea323 into dev Aug 5, 2026
1 check passed
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.

2 participants