Skip to content

Commit

Permalink
Merge pull request #989 from scientist-softserv/i892-location
Browse files Browse the repository at this point in the history
Do not order location attribute
  • Loading branch information
laritakr authored Mar 8, 2024
2 parents e33673f + c298104 commit 687d982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/concerns/order_metadata_values.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module OrderMetadataValues
def self.multi_valued_properties_for_ordering
properties.collect do |prop_name, node_config|
# Only concerned with properties displayed to end users
next if %w[head tail].include?(prop_name)
next if %w[head tail based_near].include?(prop_name)

prop_name.to_sym if node_config.instance_variable_get(:@opts)&.dig(:multiple)
end.compact
Expand Down

0 comments on commit 687d982

Please sign in to comment.