Bug #30931
Calling pushUrl without a query string results with no action
Description
pushUrl has two args - the first is a url, the second is an object that represents query strings.
if this function called only with a url (pushUrl('/hosts')) - nothing occurs
Associated revisions
History
#1
Updated by The Foreman Bot over 2 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/8031 added
#2
Updated by The Foreman Bot over 2 years ago
- Fixed in Releases 2.3.0 added
#3
Updated by Amir Fefer over 2 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|fbe38adc5935284479f848c2387d672e6a467179.
Fixes #30931 - Add a default empty query string to pushUrl helper