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

Products overview filter doesn't remember settings #165

Closed McQuak closed 9 years ago

McQuak commented 9 years ago

Filter on Products overview page doesn't remember settings after saving changes - it will be very uncomfortable to use it

pigletto commented 9 years ago

Cannot reproduce that. I've set filter and then clicked 'Save' button. Popup in the right top corner appeared saying that 'Products were saved'. What is happening on your 'end'?

McQuak commented 9 years ago
  1. I set filter for 10 products
  2. I change some data - price for example - and save
  3. data are save, popup 'Products were saved' is displayed
  4. filter is still with settings for 10 products, but displayed are all products
  5. you must press "Filter products" to filter them again or go to ather page and then back to Product overviews

This is same on demoshop

pigletto commented 9 years ago

OK, got it. Seems the problem is only with 'Amount' field. Other filters are remembered

pigletto commented 9 years ago

Fixed, thanks for reporting!