# File lib/bugzilla/product.rb, line 69
    def enterable_products
      ids = get_enterable_products
      Hash[*get(ids)['products'].map {|x| [x['name'], x]}.flatten]
    end