Actions
Bug #34300
closedHost form redirect relies on the primary interface being the first interface
Difficulty:
easy
Triaged:
Yes
Pull request:
Description
We have used wrong fetching mechanism for a host's fqdn in https://github.com/theforeman/foreman/blob/0d80e696c089ed7cb4eb3e2951302cd9f67ecd37/app/assets/javascripts/host_edit.js#L162
This relies on the fact, that primary interface defining domain is usually first, but on cases when this is not true, this check fails.
Actions