Bug #25537
Layout unwanted changeActive action calls
Pull request:
Fixed in Releases:
Found in Releases:
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.
Associated revisions
History
#1
Updated by The Foreman Bot over 3 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/6269 added
#2
Updated by Ohad Levy over 3 years ago
- Target version set to 1.21.0
- Fixed in Releases 1.21.0 added
#3
Updated by Anonymous over 3 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset 741595d224e37d539808755e008e0e214ce2b58f.
fixes #25537 - Layout unwanted action calls