-
Notifications
You must be signed in to change notification settings - Fork 3k
fix: BROS-136: Don't allow to create regions in View All #7907
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 label-studio-docs-new-theme ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for label-studio-playground ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for heartex-docs 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. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #7907 +/- ##
===========================================
- Coverage 69.89% 65.42% -4.48%
===========================================
Files 674 465 -209
Lines 48966 32224 -16742
Branches 8403 8403
===========================================
- Hits 34227 21084 -13143
+ Misses 14739 11140 -3599
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:
|
Also don't allow to change interpolation of VideoRectangle regions
Add checks for
annotation.isReadonly()wherever is more appropriate and precise. Regions creation is fixed for these tags:Also video region interpolation controls are disabled in readonly mode.
Audio/model#createRegion()