-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Clear backend cache when purging the updates #29603
Conversation
Yes, that's basically what I found out I had to do every time I was purging existing updates. This also meshes with my experience in previous bug sprints when I had to do the same thing every time a plugin was edited / published / unpublished. Also: yup, that's one positive test in case it wasn't clear. Sorry, my coffee needs more coffee today... |
@nikosdion Does that mean you have tested this PR here with success? If so, could you mark your result in the issue tracker, or shall I do that for you? Or did I get the above wrong and it was not a test of this PR? |
I have tested this item ✅ successfully on aa3cfe6 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/29603. |
1 similar comment
I have tested this item ✅ successfully on aa3cfe6 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/29603. |
RTC This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/29603. |
Thanks guys! |
This reverts commit 22e96ce.
This reverts commit 22e96ce.
Summary of Changes
Clear backend cache when purging the updates
Testing Instructions
clear cache
Expected result
now also the backend caches are cleared
Actual result
right now the backend caches are not cleared.
Documentation Changes Required
none
Mentions
@nikosdion sorry that it took that long to get back to you on this. Please confirm that this is what you had in mind regarding that method. The other two things truncate #__updates and set the last check to zero is already done in the existing code.