Actions
Bug #25537
closedLayout unwanted changeActive action calls
Description
The eventhandler for 'popstate' is not working as intended.
the `changeActiveonBack` function was called even though there was no back click in the browser.
resulting in unneeded action calls.
also fixed dispatching an action for changing the activeMenu which is equal to the current one.
Actions