From babf8decbd0bf280ad9baf11638d4de37dc3a9dd Mon Sep 17 00:00:00 2001 From: Markus Bucher Date: Fri, 6 Dec 2024 10:27:49 +0100 Subject: [PATCH] Fixes #38069 - CV-tab on deb-packages page empty --- .../debs/details/deb-content-views.controller.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/deb-content-views.controller.js b/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/deb-content-views.controller.js index ab9bdf53851..eb5a1509fc6 100644 --- a/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/deb-content-views.controller.js +++ b/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/deb-content-views.controller.js @@ -45,7 +45,8 @@ '$scope', 'Nutupane', 'ContentViewVersion', - 'CurrentOrganization' + 'CurrentOrganization', + 'translate' ]; })();