-
-
Notifications
You must be signed in to change notification settings - Fork 783
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
Exception handling for BulkDeleteMixin #8205
Exception handling for BulkDeleteMixin #8205
Conversation
✅ Deploy Preview for inventree-web-pui-preview canceled.
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #8205 +/- ##
==========================================
- Coverage 83.85% 83.84% -0.01%
==========================================
Files 1161 1161
Lines 52171 52179 +8
Branches 1891 1891
==========================================
+ Hits 43747 43750 +3
- Misses 7951 7956 +5
Partials 473 473
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
* Exception handling for BulkDeleteMixin * Fix unit test (cherry picked from commit 33499d6)
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation and see the Github Action logs for details |
* Exception handling for BulkDeleteMixin * Fix unit test (cherry picked from commit 33499d6) Co-authored-by: Oliver <[email protected]>
Handle cases where id values or filters passed to bulk delete are invalid.
Based on exception reported by sentry.io for demo server