-
Notifications
You must be signed in to change notification settings - Fork 3.2k
fix: FIT-411: Child Choices are disabled when leafsOnly is used
#8146
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
Conversation
✅ Deploy Preview for heartex-docs canceled.
|
✅ Deploy Preview for label-studio-playground ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for label-studio-storybook ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for label-studio-docs-new-theme canceled.
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #8146 +/- ##
===========================================
- Coverage 70.27% 66.02% -4.25%
===========================================
Files 723 507 -216
Lines 52231 34244 -17987
Branches 8841 8841
===========================================
- Hits 36705 22610 -14095
+ Misses 15523 11631 -3892
Partials 3 3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
leafsOnly is used
Fixing the error where child nodes are not selectable due to Taxonomy provided via
$valueswithleafsOnly="true".Example:
Three nested choices are leaves, they have empty
children, but they are disabled and look as nodes.