This is actually a problem when rendering a page after a redirect.
I've started debugging this and could notice that when mergePanels() is called in ApplicationController the incoming panels are already there, seems some kind of race condition or asynchronous code oddity.
This is actually a problem when rendering a page after a redirect.
I've started debugging this and could notice that when
mergePanels()
is called inApplicationController
the incoming panels are already there, seems some kind of race condition or asynchronous code oddity.