Feature #8652
Replace errata content search links with links to errata list page
Description
We need to replace the old errata content serach links with links to the environmments errata list page. Here are where these links appear:
./app/assets/javascripts/bastion_katello/repositories/details/views/repository-info.html: <a ng-href="/katello/content_search#/!=&search[subgrid][repo_id]={{ repository.id }}&search[subgrid][type]=repo_errata"> ./app/assets/javascripts/bastion_katello/products/details/views/product-repositories.html: <a translate ng-href="/katello/content_search#/!=&search[subgrid][repo_id]={{ repository.id }}&search[subgrid][type]=repo_errata"> ./app/assets/javascripts/bastion_katello/content-views/details/filters/views/filter-repositories.html: <a translate ng-href="/katello/content_search#/!=&search[subgrid][repo_id]={{ repository.id }}&search[subgrid][type]=repo_errata"> ./app/assets/javascripts/bastion_katello/content-views/details/views/content-view-repositories.html: <a ng-href="/katello/content_search#/!=&search[errata][search]=&search[content_type]=errata&search[subgrid][repo_id]={{ repository.id }}&search[subgrid][type]=repo_errata"
Related issues
Associated revisions
History
#1
Updated by Walden Raines over 8 years ago
- Blocks Tracker #7675: Errata View added
#2
Updated by Eric Helms about 8 years ago
- Target version changed from 62 to 63
#3
Updated by Walden Raines about 8 years ago
- Status changed from New to Assigned
- Assignee set to Walden Raines
#4
Updated by The Foreman Bot about 8 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/4943 added
- Pull request deleted (
)
#5
Updated by Walden Raines about 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|4de68b2b756b8fb4c2e34963ff0b7f5b6a401f6c.
#6
Updated by Eric Helms about 8 years ago
- Legacy Backlogs Release (now unused) set to 23
Fixes #8652: replace errata content search links
Replace errata content search links with links to the errata page
filtered by the correct repository.
http://projects.theforeman.org/issues/8652