This repository was archived by the owner on Jul 24, 2020. It is now read-only.
This repository was archived by the owner on Jul 24, 2020. It is now read-only.
Catalog availability count doesn't account for items in the cart #718
Closed
Description
Currently the availability count in the catalog doesn't change when the user adds items to the cart. It should change (just as a display function, not actually changing how many are available) so the user can't add 50x of an item to the cart
added 2014/08/26
- tie count in catalog views to cart
- validate cart item counts on each request and update if necessary
- ensure that if there is a change when requesting the
/reservations/new
page we redirect to the catalog
Activity