context_blocks should add content from drupal_get_content() to its output like core theme_blocks does
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1197918_context_ignores_drupal_set_content.patch | 448 bytes | vectoroc |
context_blocks should add content from drupal_get_content() to its output like core theme_blocks does
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1197918_context_ignores_drupal_set_content.patch | 448 bytes | vectoroc |
Comments
Comment #1
vectoroc commentedHere is my monkey patch.
Also as far as I understand patch from #633778: Conflict with themes implementing theme_blocks() should work too
Comment #2
vectoroc commentedComment #3
hefox commentedFrom reading the problem in #916194: Block regions missing from admin/build/block this seems likely to fix the bug there also.
Comment #4
afox commentedSeems to work as it should! Simple enough.
+1 for RTBC.
Old issue, but should affect quite a many devs. Funny that it hasn't been active.