Closed (fixed)
Project:
Bean (for Drupal 7)
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 May 2011 at 16:01 UTC
Updated:
7 Jun 2011 at 18:02 UTC
Jump to comment: Most recent file
Comments
Comment #1
mrfelton commentedAnd then again after creating a bean.
Actually, this looks like a different warning, though possibly related?
Comment #2
mrfelton commentedThis essentially comes down to a problem with the cache implementation in
bean_fetch_plugin_info(). Attached patch resolves the issue, ensuring that the plugins are retrieved properly when returned from the cache.Comment #3
mrfelton commentedComment #4
indytechcook commentedThanks mfrelton. This was part of rewrite of the plugin fetching system (#1160042: Rename hook_bean_plugins), I guess I didn't test very well. I can't wait until i get #1160058: Make Tests done!
I'm testing now.
Comment #5
indytechcook commentedWorks and pushed. Not waiting on RTBC since it's such a small change http://drupal.org/commitlog/commit/22232/7afe1cdc29aa9e80d8654770ac66969...