VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: sandomatyas on April 24, 2015, 08:05:51 AM

Title: Missing limit box for pagination in backend (Joomla 3 + VM 3)
Post by: sandomatyas on April 24, 2015, 08:05:51 AM
I installed the latest Virtuemart 3.0.8 with Joomla 3.4.1 and I noticed that the limit box is missing from the pagination funcion.
There is the resultsCounter on the top of the list but the getListFooter() doesn't contain the limit box below just the pages links so I'm not able to change how much items do I want to see in one page.
Here is a screenshot where you can check it: http://i.imgur.com/1l7inRI.png
It works well with Joomla 2.5 where the limit box is available.
The echo $this->pagination->getLimitBox() is available in the layout and displays the box with the correct functionality.
This problem appears in all of VirtueMart lists (products, categories, etc)
Title: Re: Missing limit box for pagination in backend (Joomla 3 + VM 3)
Post by: jenkinhill on April 24, 2015, 12:22:56 PM
The limit box has been removed for the backend lists.
http://forum.virtuemart.net/index.php?topic=127547.msg437273#msg437273
http://forum.virtuemart.net/index.php?topic=129241.msg444716#msg444716
Title: Re: Missing limit box for pagination in backend (Joomla 3 + VM 3)
Post by: sandomatyas on April 24, 2015, 14:56:01 PM
Thanks, it's better. Just for curiosity: Why was it necessary if it's available witn Joomla 2.5 and VM3 and also in the core components of Joomla 3.4?
Title: Re: Missing limit box for pagination in backend (Joomla 3 + VM 3)
Post by: Milbo on April 24, 2015, 20:31:26 PM
hm? the box got extended by a list. I dont see that anything got removed, actually