wuwanahq / wuwana2

🇪🇺 Wuwana v2 - A webapp to help users find local suppliers in Spain.
Mozilla Public License 2.0
2 stars 2 forks source link

"View more" button doesn't respect the region filter #142

Closed Nils85 closed 3 years ago

Nils85 commented 3 years ago

On the homepage if you select a region with the left filter the 8 first companies will respect your selection, but if you clic on the "View more" button the next 8 companies don't respect this filter.

This is because the script "ajax/pagination.php" try to use the variable "selectedRegions" who doesn't exists in this context... I think @kakaye-mkubwa can fix the problem because this feature was implemented by him/her.

PHP returns this notice in the log: PHP Notice: Undefined variable: selectedRegions in /var/www/wuwana2/ajax/pagination.php on line 19