Bug 2045854
Summary: | organization context fails to change in web UI | |||
---|---|---|---|---|
Product: | Red Hat Satellite | Reporter: | Stephen Wadeley <swadeley> | |
Component: | Organizations and Locations | Assignee: | Ondřej Ezr <oezr> | |
Status: | CLOSED ERRATA | QA Contact: | Stephen Wadeley <swadeley> | |
Severity: | high | Docs Contact: | ||
Priority: | unspecified | |||
Version: | 6.11.0 | CC: | ltran, lzap, oezr, saydas, tstrych, vijsingh | |
Target Milestone: | 6.11.0 | Keywords: | AutomationBlocker, PrioBumpQA, Regression, Triaged | |
Target Release: | Unused | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | foreman-3.1.1.6-1 | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 2055660 (view as bug list) | Environment: | ||
Last Closed: | 2022-07-05 14:32:22 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
Stephen Wadeley
2022-01-25 19:49:13 UTC
Hello further testing shows that selecting any organization apart from the Default Org takes you to Any Organization. Selecting Default Org works as expected. Created redmine issue https://projects.theforeman.org/issues/34416 from this bug Guys, this bug is causing a discovery regression in 7.0: https://bugzilla.redhat.com/show_bug.cgi?id=2058879 The current build of 7.0 is foreman-3.1.1.6 while the fix was fixed upstream in 3.1.2. So we need to backport this into 7.0 The context is, in our case for some reason an organization was created without any title: irb(main):004:0> Organization.unscoped.pluck(:id, :name, :label, :title) => [[1, "RedHat", "RedHat", "RedHat"], [3, "SCA", "SCA", nil]] Editing the organization in the UI saving it again restores the title. I believe this has something to do with this patch. Hi Lukas, I have a couple of quick questions on comment 13. Based upon the feedback, should this bugzilla be in the failedQA state? For Satellite 7, we now in cherry-pick mode; therefore, we update to 3.1.2. Do you happen to know what commit (or commits) needed to be cherry-picked to address the issue? If so, can you associate the appropriate redmines to this bugzilla? Thanks! I don't think there is anything wrong, from what we know (or think) the other BZ was tested on a snap that did not have this patch, then it was updates and organization was already created incorrectly (without title), then tests were performed and there was a misbehavior. Sayan is currently trying again now with the latest snap, so there is nothing to do in here. Sorry for the confusion, I commented before we actually figured it out. 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 (Moderate: Satellite 6.11 Release), 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-2022:5498 |