Bug 1463389
| Summary: | sat6 save button broken after changing rhsm details to sat6 setup | |||
|---|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | luke couzens <lcouzens> | |
| Component: | UI - OPS | Assignee: | Harpreet Kataria <hkataria> | |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | luke couzens <lcouzens> | |
| Severity: | medium | Docs Contact: | ||
| Priority: | high | |||
| Version: | 5.8.0 | CC: | abellott, dajohnso, dclarizi, hkataria, jhardy, mpovolny, obarenbo, simaishi | |
| Target Milestone: | GA | Keywords: | TestOnly, ZStream | |
| Target Release: | 5.9.0 | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | webui | |||
| Fixed In Version: | 5.9.0.1 | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1482667 (view as bug list) | Environment: | ||
| Last Closed: | 2018-03-06 14:34:40 UTC | Type: | Bug | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | --- | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | --- | Target Upstream Version: | ||
| Embargoed: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 1482667 | |||
|
Description
luke couzens
2017-06-20 18:17:33 UTC
New commit detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/1f06bb7cb481bc884262a73610b4606ee5a94a6e commit 1f06bb7cb481bc884262a73610b4606ee5a94a6e Author: Harpreet Kataria <hkataria> AuthorDate: Fri Jul 28 11:43:47 2017 -0400 Commit: Harpreet Kataria <hkataria> CommitDate: Wed Aug 9 06:39:22 2017 -0400 Fixed save of RH satellite 6 subscription Changed code to force user to validate credentials if user has selected to Register to Satellite 6, @edit[:organizations] gets set only when validate button is pressed, @edit[:organizations] is required to be set for satellite 6 to save registration_organization_display_name for MiqDatabase record. Added a note under "Validate" button to force user to validate when selecting Satellite 6 in the drop down and disabled "Save" button if validation is not done yet. https://bugzilla.redhat.com/show_bug.cgi?id=1463389 app/controllers/ops_controller/settings/common.rb | 1 + app/controllers/ops_controller/settings/rhn.rb | 8 ++++++++ app/views/layouts/_auth_credentials2.html.haml | 4 ++++ app/views/ops/_settings_rhn_edit_tab.html.haml | 1 + 4 files changed, 14 insertions(+) Verified in 5.9.0.1 |