Bug 838938
| Summary: | User Groups search displays "The action 'filter' could not be found for UserGroupsController" | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] CloudForms Cloud Engine | Reporter: | Aziza Karol <akarol> | ||||
| Component: | aeolus-conductor | Assignee: | Scott Seago <sseago> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Rehana <aeolus-qa-list> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 1.1.0 | CC: | asettle, athomas, dajohnso, dmacpher, jclift, matt.wagner, morazi | ||||
| Target Milestone: | rc | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: |
A user group search caused an error:
"The action 'filter' could not be found for UserGroupsController."
This fix adds the filter action for UserGroupsController, which provides a successful user group search function.
|
Story Points: | --- | ||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2012-12-04 15:12:32 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: | |||||||
| Attachments: |
|
||||||
|
Description
Aziza Karol
2012-07-10 13:27:11 UTC
Created attachment 597339 [details]
user group search
The "undefined method `find_active_build_by_imageid' for #" error _seems_ to be caused by the older rubygem-aeolus-image and rubygem-aeolus-cli you have there. (unsure which) There are newer ones in fedora-updates-testing which fix the problem: rubygem-aeolus-cli-0.5.0-1.fc16.noarch rubygem-aeolus-image-0.5.0-1.fc16.noarch Hope that's useful. :) Moving into v1.1 since its a feature of v1.1, recreated with the following rpms [root@hp-dl585g2-01 ~]# rpm -qa | grep aeolus | sort aeolus-all-0.13.0-0.20120807160018gitc8e87f2.fc16.noarch aeolus-conductor-0.13.0-0.20120807160018gitc8e87f2.fc16.noarch aeolus-conductor-daemons-0.13.0-0.20120807160018gitc8e87f2.fc16.noarch aeolus-conductor-doc-0.13.0-0.20120807160018gitc8e87f2.fc16.noarch aeolus-configure-2.8.0-0.20120807120033git5271be7.fc16.noarch rubygem-aeolus-cli-0.7.0-0.20120807120035gitd64d64f.fc16.noarch rubygem-aeolus-image-0.6.0-0.20120807120039gitd73a28d.fc16.noarch [root@hp-dl585g2-01 ~]# For 1.1, we need to either make search work, or remove the search box from this view. Fixed on master:
commit ab257a2b4ca4d177184a499b92f9424c8387daf0
Author: Scott Seago <sseago>
Date: Thu Aug 9 00:30:42 2012 -0400
User/Group profile UI to show permission grants
On 1.1:
commit bf195681d57d9bd153cbfd93b19fe256b446076e
Author: Scott Seago <sseago>
Date: Thu Aug 9 00:30:42 2012 -0400
User/Group profile UI to show permission grants
(cherry picked from commit ab257a2b4ca4d177184a499b92f9424c8387daf0)
User Groups search works fine. verified: #rpm -qa | grep aeolus | sort aeolus-all-0.13.7-1.el6cf.noarch aeolus-conductor-0.13.7-1.el6cf.noarch aeolus-conductor-daemons-0.13.7-1.el6cf.noarch aeolus-conductor-doc-0.13.7-1.el6cf.noarch aeolus-configure-2.8.6-1.el6cf.noarch rubygem-aeolus-cli-0.7.1-1.el6cf.noarch rubygem-aeolus-image-0.3.0-12.el6.noarch 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. http://rhn.redhat.com/errata/RHEA-2012-1516.html |