We faced the same issue where the first checkbox was required when the checkboxes field with wrapper form element where configured as conditional fields.
The merge request applied successfully on branch 6.2.7 and the issue on the webform is solved by it.
FYI: it seems like the latest work on MR18 prevents sending notifications if the entity is new, which does not seem to be right. Could be a new entity in draft, but it might also be an entity immediately in review state, needing to have a notification sent.
Created patch for usage in composer
Corrected title to make it clearer what's incorrectly shown.
thierry.beeckmans β created an issue.
thierry.beeckmans β made their first commit to this issueβs fork.
+1 for RTBC
We noticed an issue when this patch has been applied by an update of an install profile where the site does not use media library.
When GD2 image manipulation toolkit is used, the only supported types are png, jpeg, gif and webp.
An image field configured to allow only svg uploads ends up with an empty list of supported types, the validator prevents the content editors to be able to upload the svg image.
thierry.beeckmans β created an issue.
thierry.beeckmans β created an issue.
thierry.beeckmans β created an issue.
thierry.beeckmans β created an issue.
thierry.beeckmans β created an issue.
thierry.beeckmans β created an issue.
If you inspect the url, you'll probably have a reset link without /login at the end.
Adding the user.reset route to the override routes probably solves your issue.
user.reset.login:
path: '/user/reset/{uid}/{timestamp}/{hash}/login'
user.reset:
path: '/user/reset/{uid}/{timestamp}/{hash}'