Check for mixed items in the cart AFTER processing delete requests. Fixes bug #12239.

This commit is contained in:
Colin Kuskie 2011-08-30 08:45:57 -07:00
parent 7a89bf19c7
commit 36f818ed5e
2 changed files with 7 additions and 5 deletions

View file

@ -4,6 +4,7 @@
- fixed #12195: Visitor group by scratch membership shared among all Visitors (Dale Trexel)
- fixed #12227: Corrected AssetReport such that OrderBy works correctly.
- fixed #12238: Old template attachement in search template slows down sites
- fixed #12239: Still get cart error message after removing extra recurring items from the cart
7.10.22
- rfe #12223: Add date type to content profiling (metadata)