lib/blacklight/configuration/facet_field.rb in blacklight-4.9.0 vs lib/blacklight/configuration/facet_field.rb in blacklight-5.0.0.pre1
- old
+ new
@@ -5,11 +5,9 @@
if self.single and self.tag.blank? and self.ex.blank?
self.tag = "#{self.field}_single"
self.ex = "#{self.field}_single"
end
-
- self.show = true if self.show.nil?
super
end
end
end