Hide Forgot
Description of problem: There is listing changeset's owner environment wrongly in some cases. (all prepared through CLI) Scenario is in having environments in following order: Locker -> dev Locker -> test -> katello_qe and so preparing changeset for the katello_qe Version-Release number of selected component (if applicable): katello-cli-0.1.10-1.git.724.8ac2ca4.el6.noarch katello-0.1.95-1.git.44.2d2aa4d.el6.x86_64 How reproducible: always Steps to Reproduce: all steps to be done in CLI 1. org create --name org1 2. provider create --type custom --org org1 --name provider1 3. product create --org org1 --provider provider1 --name product1 4. repo create --org org1 --product product1 --url http://repos.fedorapeople.org/repos/pulp/pulp/fedora-14/i386/ --name repo1 5. environment create --org org1 --name dev --prior Locker 6. environment create --org org1 --name test --prior Locker 7. environment create --org org1 --name katello_qe --prior test 8. changeset create --environment katello_qe --org org1 --name cs_ktl_qe 9. Refer to UI, choose the org1 to work with and refer to Promotions -> select the env - katello_qe Actual results: No changeset displayed for env: katello_qe (but for test) Expected results: correctly display the changeset whom it belongs to Additional info:
mass move to CFSE product.
my fault: I saw in UI the sequence of environments-for-changeset wrongly. So actually choosing the env: test it displays the changesets available for the "next" environment - thus test. so this is not an issue - nothing to fix. thanks.
getting rid of 6.0.0 version since that doesn't exist