We have a Marionette view, let's call it 'products' there we have a 'submit' button, which shows another view, but, without changing the URL. So, the problem is, that inside the 'submit' view, if the user presses the back button, they expect to go to the 'products' view, but instead, they are taken back to the 'home' view, because we didn't change the URL when showing 'submit'.
So how can we push a state in history without changing the URL?