Bug #18577
closedauto-complete tag name on content view docker tag no longer working
Description
No calls to API are being made as a tag name is being typed during creation of a content view docker filter rule creation
Updated by Justin Sherrill almost 8 years ago
- Translation missing: en.field_release set to 211
Updated by Walden Raines over 7 years ago
- Tracker changed from Bug to Feature
- Subject changed from auto-complete tag name on content view docker tag no longer working to implement autocomplete functionality for docker tags
- Target version changed from 166 to 155
As far as I know this has never worked because autocomplete functionality relies on the nutupane using the query (index) method and this nutupane doesn't use that.
Updated by Walden Raines over 7 years ago
Currently this controller is using the API at /katello/api/v2/content_view_filters/2 via
https://github.com/Katello/katello/blob/master/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/filter.factory.js#L22-L42
And, moreover, this is currently using a filter and not a standard search:
So moving this to autocomplete functionality is not trivial.
Updated by The Foreman Bot over 7 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/6681 added
Updated by Walden Raines over 7 years ago
- Tracker changed from Feature to Bug
- Target version changed from 155 to 166
My mistake, this bug is apparently on the autocomplete field in the table itself and not the filter above.
Updated by Walden Raines over 7 years ago
- Subject changed from implement autocomplete functionality for docker tags to auto-complete tag name on content view docker tag no longer working
Updated by Walden Raines over 7 years ago
- Status changed from Ready For Testing to Assigned
- Pull request deleted (
https://github.com/Katello/katello/pull/6681)
Updated by The Foreman Bot over 7 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/6685 added
Updated by Walden Raines over 7 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|09fe2854f959a35cb12eaeeb0f92d86c246a7a9c.