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.

Comments

fgm’s picture

Version: 7.x-1.0-rc2 » 7.x-1.x-dev
Issue summary: View changes
Status: Active » Needs review
fgm’s picture

Adding dependency link

fgm’s picture

Available as a PR on today's HEAD on https://github.com/fgm/mongodb/pull/46

fgm’s picture

Merged to 7.x-1.x, needs #1163584: mongodb_block.module conflicts with block.module in addition, though.

fgm’s picture

Status: Needs review » Fixed

  • fgm committed ce60f05 on 7.x-1.x
    Issue #1955528 by Charlouze: align mongodb_block_render_blocks with...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.