Skip to content

Commit

Permalink
allow ordering by link custom field
Browse files Browse the repository at this point in the history
  • Loading branch information
toy committed Aug 28, 2024
1 parent 964581d commit baab1ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/custom_field/order_statements.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def order_statements
else
[select_custom_option_position]
end
when "string", "text", "date", "bool"
when "string", "text", "date", "bool", "link"
if multi_value?
[select_custom_values_as_group]
else
Expand Down

0 comments on commit baab1ce

Please sign in to comment.