Great module, I am using it on a complicated views filter page and using mefibs to expose the main filter and sort filter to separate blocks, it works great.
I am testing the site with page cache and found that mefibs.module is using session, it broke the page cache..
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | mefibs-cache_broken-2525890-1.patch | 1.49 KB | eyilmaz |
Comments
Comment #1
eyilmazCheck if filters is set. And if we should remember that before settings the session.
Comment #2
nsciacca+1 for this patch. This fixes both the broken cache and values that were persisting across pages that Views was not configured to remember.
Comment #4
berliner commentedThanks for the patch. Nice catch indeed!
Committed to dev.