[Coldbox 4.0] RenderLayout viewModule

The viewModule argument in RenderLayout doesn’t seem to work, and looking in Renderer.cfc I can find a reference to the argument anywhere.

So when I do

renderer.renderLayout(layout=“myLayout”,module=“myModule”,view=“myView”,viewModule=“myModule”), the view never gets rendered from myModule - even though I’ve specified the module in two arguments!

I’m just wondering if I’m missing something, otherwise I’ll fix this and add it to my pull for the layout/view lookups I’m doing.

Thanks,

Tom.