Actions
Bug #36516
closedContent View comparison - RPM packages search missing auto-completion
Fixed in Releases:
Found in Releases:
Description
If you go to Content views -> <content-view> -> Versions -> compare 2 versions -> RPM packages, the search box works, but it does not show any auto completion.
This makes it pretty hard to find out which parameters are available for this view.
Updated by Lukas Magauer almost 2 years ago
After searching in the code, could it be that this line here is missing a trailing /?
https://github.com/Katello/katello/blob/master/webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareConfig.js#L140
autocompleteEndpoint: 'katello/api/v2/packages',
Updated by Anonymous almost 2 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|76fdd41fcf9f8650cf188612cd5cecc7d41125c7.
Actions