We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b21cbc commit 4262e00Copy full SHA for 4262e00
app/controllers/api/v8/users_controller.rb
@@ -74,7 +74,7 @@ def show
74
UserField.all.select { |f| f.visible_to?(current_user) }.each do |field|
75
value_record = user.field_value_record(field)
76
value = value_record.ruby_value
77
- user_field[field] = value
+ user_field[field.name] = value
78
end
79
data[:user_field] = user_field
80
0 commit comments