app/helpers/katello/sync_management_helper.rb in katello-2.4.5 vs app/helpers/katello/sync_management_helper.rb in katello-3.0.0.rc1

- old
+ new

@@ -1,8 +1,8 @@ module Katello module SyncManagementHelper def product_id(prod_id) - "product-#{prod_id}".gsub(".", "_") #jquery treetable doesn't support periods + "product-#{prod_id}".tr(".", "_") #jquery treetable doesn't support periods end def product_child(prod_id) "child-of-#{product_id(prod_id)}" end