Bug 1322396
| Summary: | [RFE] Allow for deletion of group when users belong to another group | ||
|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | John Prause <jprause> |
| Component: | UI - OPS | Assignee: | lgalis |
| Status: | CLOSED ERRATA | QA Contact: | Matt Pusateri <mpusater> |
| Severity: | medium | Docs Contact: | |
| Priority: | high | ||
| Version: | 5.4.0 | CC: | cpelland, dajohnso, dclarizi, hkataria, jhardy, jocarter, jprause, mpovolny, mpusater, obarenbo, simaishi, syangsao |
| Target Milestone: | GA | Keywords: | FutureFeature, ZStream |
| Target Release: | 5.7.3 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | auth:miqldap:extrernalauth | ||
| Fixed In Version: | 5.7.3.1 | Doc Type: | Enhancement |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1264967 | Environment: | |
| Last Closed: | 2017-06-28 14:57:56 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | CFME Core | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 1264967 | ||
| Bug Blocks: | |||
|
Comment 4
Harpreet Kataria
2016-10-03 17:31:19 UTC
New commit detected on ManageIQ/manageiq/euwe: https://github.com/ManageIQ/manageiq/commit/6dd942b66aa0f67a74acfc181ddd3c293bd8fdb7 commit 6dd942b66aa0f67a74acfc181ddd3c293bd8fdb7 Author: Joe Rafaniello <jrafanie.github.com> AuthorDate: Wed May 24 13:48:04 2017 -0400 Commit: Satoe Imaishi <simaishi> CommitDate: Wed May 24 14:05:39 2017 -0400 Merge pull request #15041 from lgalis/allow_not_empty_group_deletion Allow deletion of groups with users belonging to other groups (cherry picked from commit 828b50b82e5a7dedb2394e4db942bf1357360e6c) https://bugzilla.redhat.com/show_bug.cgi?id=1322396 app/models/miq_group.rb | 13 ++++++++- spec/models/miq_group_spec.rb | 54 +++++++++++++++++++++++++++++++++----- spec/models/miq_widget_set_spec.rb | 2 +- 3 files changed, 60 insertions(+), 9 deletions(-) I just tested this with 5.7.3.1 box and external auth configured for AD. When deleting a group a got an infini-spinny and then eventually it timed out I think. I then refreshed the page and the group was still there. This box was updated to a RHEL 7.4 Nightly to test a bug regarding SSSD and group to SID mapping. I'll test further with a stock release version and more authentication configurations. I had to reload the page twice, and then I could get it to delete. Weird. Verified on 5.7.3.1 with a patched sssd rpm. Tested against MIQLDAP (FreeIPA, AD) and External Auth (FreeIPA, AD) All successfully deleted. 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:1601 |