Bug #18448
searching on content hosts page and hitting enter opens 'register a host' page instead of searching
Description
Go to Hosts > content hosts
type some search into the search box
hit enter instead of clicking with your mouse
Notice that the search is not performed, but the register a host page opens
Associated revisions
History
#1
Updated by Walden Raines over 5 years ago
- Target version set to 161
#2
Updated by The Foreman Bot over 5 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/6599 added
#3
Updated by Walden Raines over 5 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|7016e5d600b853dd4c32ee58f9996ff8b98170a5.
#4
Updated by Eric Helms over 5 years ago
- Legacy Backlogs Release (now unused) set to 211
Fixes #18448: ensure all buttons have a type.
Since patternfly tables CSS requires the table actions header to be in a
form it is important for all buttons to have type="button" as the
default type for html buttons is submit which thereby "submits" causing
the ng-click event of the first button in the form to be executed.
http://projects.theforeman.org/issues/18448