diefenbach / django-lfs

An online-shop based on Django
http://www.getlfs.com
BSD 3-Clause "New" or "Revised" License
622 stars 222 forks source link

Wrong products displayed after save in product overview #169

Closed McQuak closed 9 years ago

McQuak commented 9 years ago

I found next bug in product overview

After pressing save button on second (or any other) page of product overview - data are correctly saved, but displayed are products from first page - navigation is still showing that you are on second page

You must go on previous page and than back on next page to correctly get products from second page

pigletto commented 9 years ago

Fixed. Thanks for reporting!