Actions
Bug #37944
closedContent view environments controller returns CVEs in incorrect order
Status:
Rejected
Priority:
Normal
Assignee:
-
Category:
Hosts
Target version:
-
Description
When I run
$ hammer content-view-environment list --activation-key-id 3 ---|----------|-----------------------|--------------|---------|-------------|-----------------------|--------------------- ID | LABEL | LIFECYCLE ENVIRONMENT | CONTENT VIEW | DEFAULT | HOSTS COUNT | ACTIVATION KEYS COUNT | ORGANIZATION ---|----------|-----------------------|--------------|---------|-------------|-----------------------|--------------------- 3 | lce1/cv1 | lce1 | cv1 | false | 0 | 1 | Default Organization 5 | lce2/cv2 | lce2 | cv2 | false | 0 | 1 | Default Organization ---|----------|-----------------------|--------------|---------|-------------|-----------------------|---------------------
this shows the incorrect order of CVEs for that activation key. It should instead be in the same order as listed on activation-key info:
$ hammer activation-key info --organization-id 1 --id 3 Name: ak3 Id: 3 Host Limit: 0 of Unlimited Multi Content View Environment: yes Content View Environments: lce2/cv2,lce1/cv1
Updated by Chris Roberts 2 months ago
- Target version changed from Katello 4.15.0 to Katello 4.16.0
Updated by Jeremy Lenz about 1 month ago
- Status changed from New to Rejected
- Target version deleted (
Katello 4.16.0)
Actions