Skip to content

Commit

Permalink
[User fields] Fixed User Phone copyist
Browse files Browse the repository at this point in the history
  • Loading branch information
aivils committed Jul 2, 2018
1 parent 70c2bc0 commit 5f3d9e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/services/person_phone_copyist.rb
Expand Up @@ -48,7 +48,8 @@ def first_or_create_phone_field(community)
assignment: :phone_number,
name_attributes: names,
required: false,
public: false
public: false,
sort_priority: 0
)
community.person_custom_fields << field
field
Expand Down

0 comments on commit 5f3d9e9

Please sign in to comment.