Bug 1395826
| Summary: | No dialog appears when clicking to verifying a new replication subscription with pglogical | ||
|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | luke couzens <lcouzens> |
| Component: | Appliance | Assignee: | Nick Carboni <ncarboni> |
| Status: | CLOSED ERRATA | QA Contact: | Alex Newman <anewman> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 5.7.0 | CC: | abellott, jhardy, ncarboni, obarenbo |
| Target Milestone: | GA | ||
| Target Release: | 5.8.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | replication | ||
| Fixed In Version: | 5.8.0.0 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-05-31 14:24:09 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: | |||
|
Description
luke couzens
2016-11-16 18:59:03 UTC
New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/888b3011725e5d8d4693b585aadd00bc0cb291c3 commit 888b3011725e5d8d4693b585aadd00bc0cb291c3 Author: Nick Carboni <ncarboni> AuthorDate: Fri Dec 2 16:15:47 2016 -0500 Commit: Nick Carboni <ncarboni> CommitDate: Fri Dec 2 16:15:47 2016 -0500 Don't try to access the database when validating a new subscription The change made in bd9bb193edb19d0870efcbd0ed99c3a44dfd3226 to combine validating a new and existing subscription made us attempt to fetch the password from the database when validating a subscription that didn't exist in the database yet. https://bugzilla.redhat.com/show_bug.cgi?id=1395826 app/models/pglogical_subscription.rb | 1 + spec/models/pglogical_subscription_spec.rb | 13 +++++++++++++ 2 files changed, 14 insertions(+) Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2017:1367 |