-
-
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 fix for plugin table #8411
Bug fix for plugin table #8411
Conversation
SchrodingersGat
commented
Nov 2, 2024
- Allow "deactivation" of missing plugin
- Required before it can be deleted
- Allow "deactivation" of missing plugin - Required before it can be deleted
✅ Deploy Preview for inventree-web-pui-preview ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #8411 +/- ##
==========================================
+ Coverage 84.42% 84.47% +0.05%
==========================================
Files 1170 1170
Lines 53398 53398
Branches 1996 1996
==========================================
+ Hits 45079 45107 +28
+ Misses 7807 7767 -40
- Partials 512 524 +12
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Is that the bug that a plugin could sometimes not directly be activated after installing it because something weird is in the browser cache? |
No, that must be a different thing? |
ok, thats a really strange one, because I cannot reproduce it every time. But maybe that's already fixed. Ill see if I see it sometime again. |