Closed (fixed)
Project:
Bean (for Drupal 7)
Version:
7.x-1.0-beta9
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Sep 2011 at 04:45 UTC
Updated:
28 Dec 2011 at 16:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
szantog commentedand patch
Comment #2
szantog commentedsorry, misspelling variable
Comment #3
indytechcook commentedI agree, that was bugging me.
http://drupal.org/commitlog/commit/22232/acdd2e1817015e5804516bc503c9b58...
Comment #5
drewish commentedThis is still a problem when you first visit the page or reset the filters you won't see any blocks. I changed bean_get_filter() around to simplify it a bit and always return those keys—I'm assuming that the values in the session will be valid. That let's us simplify the query building in bean_list() and avoid showing people a list with no blocks.
Comment #6
indytechcook commentedThanks Drewish.
http://drupal.org/commitlog/commit/22232/07538a7d47bef76b6f7c4ed42fae12d...