-
-
Notifications
You must be signed in to change notification settings - Fork 790
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
Add SelectionList concept #8054
base: master
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for inventree-web-pui-preview canceled.
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #8054 +/- ##
==========================================
+ Coverage 84.61% 84.63% +0.02%
==========================================
Files 1178 1183 +5
Lines 53641 53908 +267
Branches 2026 2031 +5
==========================================
+ Hits 45387 45627 +240
- Misses 7730 7775 +45
+ Partials 524 506 -18
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
@matmair what's still to go on this one? |
This PR adds the concept of SelectionLists - a way to define reusable choices for parameters (optionally controllable by plugins).
This is helpful to load and sync a list of choices into multiple instances. The usage of SelectionLists could be extended in the future.
Screenshots
CUI
PUI
ToDo: