-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cellular only option is ignored when WIFI is turned on #5604
Comments
I keep going back and forth in my head about if we should care about the wifi/cellular state for the "Finalize"/"Send" button. An example that makes me lean towards showing "Finalize" in cases where auto send is enabled is something like this:
In this case the user would see "Send" on the last screen. This is ends up being a problem for two reasons:
Given that scenario, I think I'm keen to stick with the current behaviour of only showing "Send" if we think we're actually going to send the form. That now aside, this case still seems confusing. Given we use the same logic for showing the button as we do for the actual auto send decision, does the same setup (cellular only auto send, wifi and cellular connected) not auto send the form after you hit "Finalize" @srujner? |
I'm also in favor of keeping the current behavior so only displaying |
@seadowg yes with option cellular only, wifi and cellular(SIM) connected, the form moves to Ready to Send. |
Ok this seems to be a bug then. As far as I understand, the form should be sent automatically if auto send is "Cellular only", wifi is disabled and cellular is connected. Do you agree @grzesiek2010? I just want to check I'm not missing something here. |
If in settings we have |
🤯. That is both very simple and very unintuitive. Thanks for clarifying. I think we can close this. |
ODK Collect version
the PR #5591 version
Android version
10, 13
Device used
Redmi 9T, Google Pixel 6a
Problem description
When I set the Auto send option in Form Management settings to Cellular only and Save as Draft turned off and have both Wi-Fi and Cellular connection turned on then at the end of the form I see the "Finalize" button, but after turning the Wi-Fi off then I see the "send" button. Is this the correct behavior?
The text was updated successfully, but these errors were encountered: