Actions
Bug #30931
closedCalling 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
Actions