Fix stuck-in-past expiry date filter#11518
Merged
SchrodingersGat merged 2 commits intoinventree:masterfrom Mar 14, 2026
Merged
Conversation
✅ Deploy Preview for inventree-web-pui-preview canceled.
|
SchrodingersGat
approved these changes
Mar 13, 2026
Member
|
Nice catch, have you checked if there are any other similar patterns in the code? |
Contributor
Author
|
I have not, but can |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #11518 +/- ##
==========================================
- Coverage 88.06% 88.06% -0.01%
==========================================
Files 1296 1296
Lines 59074 59082 +8
Branches 1935 1935
==========================================
+ Hits 52025 52032 +7
- Misses 6568 6569 +1
Partials 481 481
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
matmair
approved these changes
Mar 13, 2026
Contributor
Author
|
I see the same pattern in
I'll fix |
Member
|
@jacobfelknor thanks for digging into this one and providing a fix :) |
Contributor
💔 All backports failed
Manual backportTo create the backport manually run: Questions ?Please refer to the Backport tool documentation and see the Github Action logs for details |
SchrodingersGat
pushed a commit
to SchrodingersGat/InvenTree
that referenced
this pull request
Mar 14, 2026
* fix stuck-in-past expiry date filter * also fix OVERDUE_FILTER date problem
SchrodingersGat
added a commit
that referenced
this pull request
Mar 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I think this may be all that is necessary to fix #11517