Project

General

Profile

« Previous | Next » 

Revision 3ec51c07

Added by Adam Price almost 10 years ago

fixes #6573 - foretello should error when sorting by non-sortable field, BZ 1110431

View differences:

app/models/katello/glue/elastic_search/content_view_package_filter_rule.rb
module Glue::ElasticSearch::ContentViewPackageFilterRule
extend ActiveSupport::Concern
module ClassMethods
def sortable_fields
%w(name)
end
end
included do
include Ext::IndexedModel

Also available in: Unified diff