SparkDevNetwork / Rock.Mobile-Issues

3 stars 2 forks source link

[Issue]: with ScheduleSignUp block for Mobile #8

Closed nairdo closed 1 year ago

nairdo commented 1 year ago

Describe the Issue in Detail

Sign up works fine on website: image

Signup does not work on mobile

image

Mobile is not looking at this box:

thumb-Clipboard - November 16, 2022 2_23 PM

Description

When using schedule sign up on a mobile application in v14 - if an individual has not met all the group requirements they cannot sign up for a schedule. They are shown a blank screen - even if Scheduling Must Meet Requirements setting is not checked.

Versions

Can reproduce in

Steps to Reproduce

  1. See images.

Expected Behavior

When the "Schedule Must Meet Requirements" box is not checked - people who do not meet the requirements to be scheduled for the group should still be able to sign up.

Actual Behavior

They are able to sign up on the website but not using the mobile block.

Screenshots or Videos

see description above.

Reproduction XAML

No response

Mobile Shell Version

unknown

Last Known Working Version

No response

iOS Device Type(s) and iOS Version(s)

unknown

Android Device Type(s) and Android Version(s)

unknown

bradencohen commented 1 year ago

Confirmed this as a bug, the server currently filters out people who don't meet the scheduling requirements regardless of that checkbox value.

Fixed via this commit in v14.1, and in shell v4, there will be a friendlier message displayed rather than just a blank screen.