Bug #34572
closedThe Submit button on a host form redirects to an invalid page
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=2054011
And also found upstream in https://github.com/theforeman/foreman/pull/9047#issuecomment-1039303156
Description of problem:
- Clicking the submit option on the Host Edit page reverts to an invalid host page.
Version-Release number of selected component (if applicable):
- foreman-3.1.1.4-1.el7sat.noarch
How reproducible:
- Always
Steps to Reproduce:
1. Register a host to the Satellite
2. Access the client on the UI
Satellite WebUI: Hosts --> All Hosts --> Select the Host --> Edit
3. Make any change in the page and click Submit or simply click Submit button
Actual results:
- The action reverts to any invalid host page.
- The domain seems to be added to the hostname of the host again.
- The URL is generated as such.
https://satellite.example.com/new/hosts/client.example.com.example.com#/Overview
Expected results:
- The submit action should revert back to the host page successfully.
Updated by Ondřej Ezr almost 3 years ago
- Related to Bug #34300: Host form redirect relies on the primary interface being the first interface added
Updated by Ondřej Ezr almost 3 years ago
- Related to Feature #33484: Add setting for redirecting to the new host details page added
Updated by The Foreman Bot almost 3 years ago
- Status changed from New to Ready For Testing
- Assignee set to Amir Fefer
- Pull request https://github.com/theforeman/foreman/pull/9140 added
Updated by Amir Fefer almost 3 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|27ef7780fbfa448fe4ae333cc84f922ee7000e63.
Updated by Ondřej Ezr almost 3 years ago
- Subject changed from Submit button on host form redirects to invalid page to Submit button on host form redirects to invalid page
- Fixed in Releases 3.1.3, 3.2.0 added
Updated by Amit Upadhye over 2 years ago
- Subject changed from Submit button on host form redirects to invalid page to The Submit button on a host form redirects to invalid page
Updated by Amit Upadhye over 2 years ago
- Subject changed from The Submit button on a host form redirects to invalid page to The Submit button on a host form redirects to an invalid page