-
Notifications
You must be signed in to change notification settings - Fork 3.2k
fix: FIT-786: Making DM filters support multiple projects (optionally) #8762
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
base: develop
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for label-studio-storybook canceled.
|
✅ Deploy Preview for heartex-docs canceled.
|
✅ Deploy Preview for label-studio-docs-new-theme canceled.
|
✅ Deploy Preview for label-studio-playground canceled.
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #8762 +/- ##
============================================
+ Coverage 61.74% 80.66% +18.91%
============================================
Files 804 251 -553
Lines 62306 22999 -39307
Branches 10400 0 -10400
============================================
- Hits 38470 18551 -19919
+ Misses 23833 4448 -19385
+ Partials 3 0 -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:
|
| return [self.project] | ||
|
|
||
| @property | ||
| def is_multi_project(self) -> bool: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should this also be checking for the FF? current stuff shouldn't be getting a list at all right?
782f625 to
ab542e2
Compare
ab542e2 to
2b21fd2
Compare
No description provided.