In the "sessions" node view (Submitted sessions (before voting)), for Block:Featured, there is a broken/missing handler under that block's overridden Relationships.
Thought maybe I had done this, but created a brand new COD instance for a reference double-check, and it's broken there too.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | Issue 1102234 - 2011-08-08.jpg | 205.99 KB | bryrock |
| sessions_screenshot.jpg | 107.08 KB | bryrock |
Comments
Comment #1
lisarex commentedThanks for letting us know. We'll sort this out for the next version (alpha or beta).
Comment #2
coltraneIs this an issue in Beta1?
Comment #3
bryrock commentedYes, it appears so. Just downloaded and installed Beta1 and went to the views block in question. It still shows broken/missing handler.
Screenshot attached.
Comment #4
ezra-g commentedI was able to reproduce. We ship with a "featured sessions" display that assumes that you have Nodequeue installed. We don't ship COD with Nodequeue (nor export a featured sessions queue) so we should probably remove this display entirely.
Comment #5
gregglesI guess that's easier because nodequeue doesn't (yet) have exportable support? If so I support that change.
Otherwise I say: let's just add nodequeue.
Comment #6
ezra-g commentedCorrect.
The Nodequeue exportable patch was recently re-rolled for 7.x, and needs a review and backport patch to 6.x-2.x :)
http://drupal.org/node/373174#comment-4816092 .
I've removed the display: http://drupalcode.org/project/cod_support.git/commit/c80a3e6
Thanks!