Steps to reproduce the issue:
1) go to the Articles manager (clear any filters)
2) navigate to any page other than the first one using the pagination
3) articles results aren't displayed stating "No Matching Results"
The pagination is there knowing that there are articles that should be displayed but it gives No Matching Results
I can't reproduce this issue
Same here, I've patched the file but it doesn't work in article manager.
I cant replicate this either
same here - unable to replicate
This comment was created with the J!Tracker Application at http://issues.joomla.org/.
I found out that it got something to do with ACL Manager.. disabled "System - ACL Manager" plugin the issue is gone. I will inform them about that.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2014-09-24 17:00:27 |
Thanks! Correct, I had to change my plugin to use $query->setLimit(0); instead. So about to release a new version, waiting on test feedback. So triggered by core change, but other approach works better anyway.
Labels |
Added:
?
|
This is the duplicate of #4329. Fix is in #4330