Skip to content

Commit

Permalink
Refs: #609 - account for new required field (#618)
Browse files Browse the repository at this point in the history
  • Loading branch information
stesi561 authored Oct 24, 2024
1 parent 13fd25c commit b66ac16
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion xml/auto_install.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<is_active>1</is_active>
<group_type>Individual,Contact</group_type>
<title>Volunteer Sign Up</title>
<frontend_title>Volunteer Sign Up</frontend_title>
<add_captcha>0</add_captcha>
<is_map>0</is_map>
<is_edit_link>0</is_edit_link>
Expand Down Expand Up @@ -90,4 +91,4 @@
<profile_group_name>Volunteer Sign Up</profile_group_name>
</ProfileJoin>
</ProfileJoins>
</CustomData>
</CustomData>
3 changes: 2 additions & 1 deletion xml/volunteer_interest_install.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<is_update_dupe>1</is_update_dupe>
<name>volunteer_interest</name>
<title>Notify Me of Volunteer Opportunities</title>
<frontend_title>Notify Me of Volunteer Opportunities</frontend_title>
</ProfileGroup>
</ProfileGroups>
<ProfileFields>
Expand Down Expand Up @@ -93,4 +94,4 @@
<profile_group_name>volunteer_interest</profile_group_name>
</ProfileJoin>
</ProfileJoins>
</CustomData>
</CustomData>

0 comments on commit b66ac16

Please sign in to comment.