-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Emptystate layout is used for non-empty cache #38671
Conversation
I can confirm the issue. Just wondering why its not the same as all the other emptystate with $this->get('IsEmptyState') |
@brianteeman Because |
Ok. Thanks for the explanation |
tested ok Its marked as an issue on the tracker so cant post a result there |
RTC This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/38671. |
Thank you @Denitz :-) |
Thank you! 1-line patch in 10 months, even after Brian's confirmation :( |
And this one line had a bug :-) |
Summary of Changes
"You have no cached content." is displayed after deleting the filtered cache group.
Testing Instructions
com_content
in search field.Actual result BEFORE applying this Pull Request
Frustrating "You have no cached content." message on active search filter applied though we have non-filtered cache groups.
Search field is not visible.
Expected result AFTER applying this Pull Request
See the usual empty table with "No Matching Results" message and visible search input.
Documentation Changes Required
No.