-
-
Notifications
You must be signed in to change notification settings - Fork 795
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
Order table variants #8295
Order table variants #8295
Conversation
- Allow filtering of build orders by part variant
- A bit tricker!
✅ Deploy Preview for inventree-web-pui-preview ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #8295 +/- ##
==========================================
- Coverage 84.35% 84.28% -0.07%
==========================================
Files 1164 1165 +1
Lines 52679 52756 +77
Branches 1917 1929 +12
==========================================
+ Hits 44436 44467 +31
- Misses 7766 7809 +43
- Partials 477 480 +3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Adds API filtering for "include_variants" when viewing orders based on a part.
e.g. Allows the BuildOrderTable to optionally display build orders for all variants of a selected part, or just the selected part
Also improves auto-doc exposure of some existing API filters