The bean list page at admin/content/blocks should use EntityFeildQuery instead of db_select().
This can be changed in the includes/bean.pages.inc file in the bean_list() function.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | bean-list-page-efq-1345966-3.patch | 1.1 KB | saltednut |
| #2 | bean-list-page-efq-1345966-2.patch | 2.79 KB | saltednut |
| #1 | bean-list-page-efq-1345966-1.patch | 2.76 KB | saltednut |
Comments
Comment #1
saltednutTrying this out but an EFQ for 'bean' only returns array('bid', 'type')
Can this be changed so that we are returning array('bid', 'label', 'type', 'delta')?
In this patch, EFQ is working but $bean->label and $bean->delta are missing:
Comment #2
saltednutwill load the full array of bean objects needed.
Comment #4
saltednutThanks bot - just realized I was using an older file in my sandbox. This patch should pass...
Comment #5
indytechcook commentedThis has been commited.