-
-
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
Test result choices #7417
Test result choices #7417
Conversation
- Will allow validation of "value" field on StockItemTestResult
- Adjust field type of "value" field based on template choices
✅ 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 #7417 +/- ##
==========================================
- Coverage 83.83% 83.82% -0.02%
==========================================
Files 1056 1056
Lines 46341 46335 -6
Branches 1391 1394 +3
==========================================
- Hits 38851 38838 -13
- Misses 7122 7129 +7
Partials 368 368
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
* Add "choices" field to PartTestTemplate - Will allow validation of "value" field on StockItemTestResult * Run validation against StockItemTestResult * Expose 'choices' to serializer * Update unit test * Add unit test for test result validation * Add 'choices' field for CUI forms * Add "choices" field to PUI form * Add 'choices' column to PartTestTemplateTable * memoize stockitemtestresult fields - Adjust field type of "value" field based on template choices * Bump API version
PartTestTemplate
modelStockItemTestResult