-
-
Notifications
You must be signed in to change notification settings - Fork 213
Validate currency code to 3 characters #1995
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
Conversation
|
The preview deployment failed. 🔴 Last updated at: 2025-10-18 14:22:39 CET |
|
Caution Review failedFailed to post review comments WalkthroughUpdates project version to 2.3.8, adds symfony/html-sanitizer dependency, applies HTML sanitization to form fields in Client, Contact, Item, and Tax bundles, adds currency code validation, refactors API token repository query logic, modifies grid cell rendering filter, and allows null values for Client name. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes The changes span 14 files with mixed complexity: majority involve repetitive, straightforward HTML sanitization additions to form fields (low individual complexity, high volume), offset by the API token repository logic refactoring requiring closer inspection of query restructuring and data mapping logic, plus client entity constraint validation and parameter signature modifications. Possibly related PRs
Pre-merge checks and finishing touches❌ Failed checks (2 warnings)
✅ Passed checks (2 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Fixes #1994