Skip to content

Fix "for" label in workflow config - #1667

Merged
gregorydlogan merged 1 commit into
opencast:r/19.xfrom
Arnei:fix-for-label-in-process-step
Sep 10, 2026
Merged

Fix "for" label in workflow config#1667
gregorydlogan merged 1 commit into
opencast:r/19.xfrom
Arnei:fix-for-label-in-process-step

Conversation

@Arnei

@Arnei Arnei commented Sep 2, 2026

Copy link
Copy Markdown
Member

Fixes #1654.

Fixes an issue were you could not click on the description of a boolean workflow config in order to toggle it.

This was caused by the id being generated again on every rerender, but that does not cause FormikFastField to rerender (which is intentional and good). So we persist the id across rerenders now.

How to test this

Can be tested as described in #1654.

@Arnei Arnei added the type:bug Something isn't working label Sep 2, 2026
Fixes an issue were you could not click on the description
of a boolean workflow config in order to toggle it.

This was caused by the id being generated again on every rerender,
but that does not cause FormikFastField to rerender (which is
intentional and good). So we persist the id across rerenders now.
@Arnei
Arnei force-pushed the fix-for-label-in-process-step branch from 1d51033 to 5a9055a Compare September 2, 2026 15:05

@gregorydlogan gregorydlogan left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Tested working

@gregorydlogan gregorydlogan self-assigned this Sep 10, 2026
@gregorydlogan
gregorydlogan merged commit a424de1 into opencast:r/19.x Sep 10, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type:bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Label "for" does not match input ID in processing step of the new event wizard

2 participants