Actions
Feature #8652
closedReplace 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"
Actions