-
Notifications
You must be signed in to change notification settings - Fork 2.9k
fix: UTC-22: Validation error when updating task data via API #7644
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
…Includes partial update
✅ Deploy Preview for label-studio-docs-new-theme canceled.
|
✅ Deploy Preview for heartex-docs canceled.
|
✅ 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-playground ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## develop #7644 +/- ##
===========================================
+ Coverage 78.50% 78.52% +0.01%
===========================================
Files 197 198 +1
Lines 16010 16034 +24
===========================================
+ Hits 12568 12590 +22
- Misses 3442 3444 +2
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:
|
/fm sync |
There was an issue where an existing project with tasks, changed labeling config. When updating the data of the tasks through the API it failed because the current task data was checked instead of the new data. This PR makes the TaskValidator validates the new data when updated instead of the current one.