-
-
Notifications
You must be signed in to change notification settings - Fork 790
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
after_save_stock_item #8546
after_save_stock_item #8546
Conversation
This pull request addresses the issue discussed in inventree#8452
✅ Deploy Preview for inventree-web-pui-preview ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
so pyhton isnt my tech-stack and django also isnt! maybe someone can add a test-case that will check that this event handler isnt aware of the |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #8546 +/- ##
==========================================
- Coverage 84.56% 84.47% -0.10%
==========================================
Files 1178 1178
Lines 53690 53649 -41
Branches 2028 2024 -4
==========================================
- Hits 45405 45318 -87
- Misses 7761 7830 +69
+ Partials 524 501 -23
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
@skydiablo thanks for chasing this one down. I'll add in a unit test for this, and tag you in it so you can get an idea for next time ;) |
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation and see the Github Action logs for details |
This pull request addresses the issue discussed in #8452 (cherry picked from commit ee9980e) Co-authored-by: Volker <[email protected]>
- Unit test to ensure event is fired when stock item is created OR updated - Ref: inventree#8546 - Ref: inventree#8452
This pull request addresses the issue discussed in #8452