Actions
Bug #16327
closedDuring selection of puppet module - "Use Latest" is incorrectly pointing to lower version than available in the repo
Status:
Closed
Priority:
Normal
Assignee:
Category:
Content Views
Target version:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1327622
Description of problem:
During selection of puppet module - "Use Latest" is incorrectly pointing to lower version than available in the repo
Steps to Reproduce:
1. Enable and sync Puppet Forge Repo
2. Create new CV
3. Add new Puppet module (for example abiquo) -> Select version
* you see
Use Latest (currently 0.1.6)
0.1.6
0.1.3
0.1.2
4. Choose 0.1.6 (Not Use Latest (currently 0.1.6))
5. Select new version of same puppet module
* you see
Use Latest (currently 0.1.3)
0.1.3
0.1.2
Actual results:
Use Latest is pointing to version 0.1.3 (Latest from current displayed list)
Expected results:
Use Latest should point to 0.1.6 - actual Latest version available.
Additional info:
Probably 0.1.6 version should appear on a list as well. Then Use Latest will point to correct version
Actions