Closed (fixed)
Project:
MongoDB
Version:
7.x-1.x-dev
Component:
Block
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Mar 2013 at 15:52 UTC
Updated:
10 May 2020 at 14:44 UTC
Jump to comment: Most recent
In order to have both context module and mongodb_block module working together, I did a patch for this context module issue. This patch require that both mongodb_block_get_renderable_array and mongodb_block_render_blocks functions must act as their equivalent in the block module.
It was already ok for mongodb_block_get_renderable_array but not for mongodb_block_render_blocks.
Attached is a patch to correct this issue.
| Comment | File | Size | Author |
|---|---|---|---|
| mongodb-better_mongodb_block_render_blocks_function.patch | 2.74 KB | Charlouze |
Comments
Comment #1
fgmComment #2
fgmAdding dependency link
Comment #3
fgmAvailable as a PR on today's HEAD on https://github.com/fgm/mongodb/pull/46
Comment #4
fgmMerged to 7.x-1.x, needs #1163584: mongodb_block.module conflicts with block.module in addition, though.
Comment #5
fgm