-
-
Notifications
You must be signed in to change notification settings - Fork 863
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
increase character limits on all link fields to 2000 #9131
base: master
Are you sure you want to change the base?
increase character limits on all link fields to 2000 #9131
Conversation
✅ Deploy Preview for inventree-web-pui-preview canceled.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #9131 +/- ##
==========================================
+ Coverage 86.07% 86.10% +0.03%
==========================================
Files 1181 1195 +14
Lines 52169 52241 +72
Branches 2187 2187
==========================================
+ Hits 44906 44984 +78
+ Misses 6705 6702 -3
+ Partials 558 555 -3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@simonkuehling nice solution here :) I tried and failed to fix this limitation ages ago, glad that you have now worked it out! |
@simonkuehling the database migrations here are in conflict with the latest from master - you will need to:
|
- Currently flooding sentry.io with reports
- Retain user selection for pageSize
@SchrodingersGat I updated the branch accordingly - i think I made a rebase instead of a merge accidentally, though... should I clean this up first, or it ok like this? |
fixes #9106