Another NAML change. redirect_to
Posted by MichaelAtOz on Nov 26, 2017; 4:36am
URL: https://support.nabble.com/Another-NAML-change-redirect-to-tp7599057.html
Further to my previous post re toggleMsg, and thinking Palemoon was the cause.
Another behaviour I thought was the browsers fault, but isn't.
When posting, the page presented after posting used to be the whole thread with the last post showing, recently that changed to just displaying the individual post.
That appears to be due to:
edit_post
the redirect:
<n.redirect_to.page_node.url/>
(I'm presuming it was changed)
When I change it to
<n.redirect_to.node_page.page_node.url>
it behaves as it did before.
Are we going to find more of these changes?