-
-
Notifications
You must be signed in to change notification settings - Fork 772
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
[Bug] Ensure links are prepended with base URL on receipt #8367
Conversation
SchrodingersGat
commented
Oct 26, 2024
- Fixes issue where "news" entries cannot be marked as read (as the "link" field is not valid)
- Ensure that the base URL is prepended
- Data migration for entries already in the database
✅ Deploy Preview for inventree-web-pui-preview canceled.
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #8367 +/- ##
==========================================
- Coverage 84.42% 84.42% -0.01%
==========================================
Files 1166 1167 +1
Lines 53037 53055 +18
Branches 1946 1946
==========================================
+ Hits 44779 44792 +13
- Misses 7762 7767 +5
Partials 496 496
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
* Ensure links are prepended with base URL on receipt * Bug fix (cherry picked from commit 3253a4a)
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation and see the Github Action logs for details |