-
-
Notifications
You must be signed in to change notification settings - Fork 812
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
Forms fixes #8722
Forms fixes #8722
Conversation
SchrodingersGat
commented
Dec 19, 2024
- Small forms fixes as discovered in [PUI] Barcode scan #8721
- Allow error message to be passed through via field definition - Return error information to onFormError
✅ 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 #8722 +/- ##
==========================================
+ Coverage 85.25% 85.30% +0.04%
==========================================
Files 1175 1174 -1
Lines 52432 52433 +1
Branches 2079 2087 +8
==========================================
+ Hits 44703 44727 +24
+ Misses 7228 7189 -39
- Partials 501 517 +16
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
* Refactor form fields - Allow error message to be passed through via field definition - Return error information to onFormError * Fix debounce issue for text fields * Fix for useForm hook * Badge fix - Fix badge rendering for SalesOrderShipment * Cleanup unit test (cherry picked from commit aabcf52)
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation and see the Github Action logs for details |
* Refactor form fields - Allow error message to be passed through via field definition - Return error information to onFormError * Fix debounce issue for text fields * Fix for useForm hook * Badge fix - Fix badge rendering for SalesOrderShipment * Cleanup unit test (cherry picked from commit aabcf52) Co-authored-by: Oliver <[email protected]>