Skip to content

Commit

Permalink
- (Mobile) Update Onboarding to allow multiple different campus types.
Browse files Browse the repository at this point in the history
  • Loading branch information
bradencohen committed Jun 16, 2023
1 parent 7f8093b commit d0bfb8b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Rock/Blocks/Types/Mobile/Security/OnboardPerson.cs
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ namespace Rock.Blocks.Types.Mobile.Security
DefinedTypeGuid = SystemGuid.DefinedType.CAMPUS_TYPE,
IsRequired = true,
DefaultValue = SystemGuid.DefinedValue.CAMPUS_TYPE_PHYSICAL,
AllowMultiple = true,
Category = AttributeCategories.Campus,
Key = AttributeKeys.DisplayCampusTypes,
Order = 0 )]
Expand All @@ -120,6 +121,7 @@ namespace Rock.Blocks.Types.Mobile.Security
DefinedTypeGuid = SystemGuid.DefinedType.CAMPUS_STATUS,
IsRequired = true,
DefaultValue = SystemGuid.DefinedValue.CAMPUS_STATUS_OPEN,
AllowMultiple = true,
Category = AttributeCategories.Campus,
Key = AttributeKeys.DisplayCampusStatuses,
Order = 1 )]
Expand Down

0 comments on commit d0bfb8b

Please sign in to comment.