From 84f6ceeebc9fac670e90db38c2fc446c11c32b07 Mon Sep 17 00:00:00 2001 From: Justin Sherrill Date: Thu, 18 Aug 2016 15:43:18 -0400 Subject: [PATCH] Fixes #16188 - properly index subscription derived products --- app/models/katello/glue/candlepin/subscription.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/katello/glue/candlepin/subscription.rb b/app/models/katello/glue/candlepin/subscription.rb index 466520a0d68..9de7a95660d 100644 --- a/app/models/katello/glue/candlepin/subscription.rb +++ b/app/models/katello/glue/candlepin/subscription.rb @@ -21,7 +21,7 @@ def backend_data end def query_products - self.backend_data["providedProducts"] + self.backend_data["providedProducts"] + self.backend_data["derivedProvidedProducts"] end def import_data