Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Description of problem:
Sorting different tables by different keys produces ISE
Version-Release number of selected component (if applicable):
Satellite-6.0.3-RHEL-6-20140612.1
How reproducible:
always
Steps to Reproduce:
1. Go to Compute Resources page:
Infrastructure -> Compute Resources
2. Attempt to sort by "Type" (click on "Type" in table heading)
OR:
1. Go to Subnets page:
Infrastructure -> Subnets
2. Attempt to sort by "Domain" (click on "Domain" in table heading)
Actual results:
Error appears
Expected results:
Should be sorted by given column
Additional info:
Sorting compute resources by Type:
Processing by ComputeResourcesController#index as HTML
Parameters: {"order"=>"type ASC"}
Operation FAILED: the field 'type' in the order statement is not valid field for search
Rendered common/500.html.erb within layouts/application (4.4ms)
Rendered layouts/base.html.erb (1.1ms)
Completed 500 Internal Server Error in 22ms (Views: 7.1ms | ActiveRecord: 0.0ms)
Sorting subnets by Domain:
Processing by SubnetsController#index as HTML
Parameters: {"order"=>"domains ASC"}
Operation FAILED: the field 'domains' in the order statement is not valid field for search
Rendered common/500.html.erb within layouts/application (7.1ms)
Rendered layouts/base.html.erb (1.5ms)
Completed 500 Internal Server Error in 28ms (Views: 11.1ms | ActiveRecord: 0.0ms)
Description of problem: Sorting different tables by different keys produces ISE Version-Release number of selected component (if applicable): Satellite-6.0.3-RHEL-6-20140612.1 How reproducible: always Steps to Reproduce: 1. Go to Compute Resources page: Infrastructure -> Compute Resources 2. Attempt to sort by "Type" (click on "Type" in table heading) OR: 1. Go to Subnets page: Infrastructure -> Subnets 2. Attempt to sort by "Domain" (click on "Domain" in table heading) Actual results: Error appears Expected results: Should be sorted by given column Additional info: Sorting compute resources by Type: Processing by ComputeResourcesController#index as HTML Parameters: {"order"=>"type ASC"} Operation FAILED: the field 'type' in the order statement is not valid field for search Rendered common/500.html.erb within layouts/application (4.4ms) Rendered layouts/base.html.erb (1.1ms) Completed 500 Internal Server Error in 22ms (Views: 7.1ms | ActiveRecord: 0.0ms) Sorting subnets by Domain: Processing by SubnetsController#index as HTML Parameters: {"order"=>"domains ASC"} Operation FAILED: the field 'domains' in the order statement is not valid field for search Rendered common/500.html.erb within layouts/application (7.1ms) Rendered layouts/base.html.erb (1.5ms) Completed 500 Internal Server Error in 28ms (Views: 11.1ms | ActiveRecord: 0.0ms)