Hi everybody ! On the frontend i have a module called "articles" which is composed by a list of results. I use doctrine pager like the one in the admin backend.
I have set up a max number of rows for the pager (=10). I also use a doctrine filter (on the same view as result, like the admin backend). Here is the sequence : 1 / I select an article's category 2 / I send the form (filter) by clicking on the submit button 3 / A list of articles is displayed. But if the result (number of articles found with the request (filter)) is < max per page parameter (10) nothing is displayed. An idea ? Thank you very much -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en