-
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
Changing language/theme during form entry blocks both match exactly and opening the form #6482
Comments
This is a bug! The both form updates and entry should be possible here. It's likely that this can also be reproduced by changing languages. |
@dbemke I'm pretty sure this will only be the case for scenarios where the theme/language are changed and is actually not related to save points at all. Could you confirm that for me by playing with other save point scenarios? |
interesting :) I'll try it out |
@WKobus also discovered that you can cause the same problem with these steps:
It looks like this is because we open |
@WKobus could you file a separate issue for your case? It is a distinct one so it will be better. |
A few tries and - savepoint after using "force stop" doesn't block match exactly or the form. I checked also if maybe it's the case with changing match exactly settings to get it running faster - it's not a factor in this issue. So as you said it's not the savepoint |
@alyblenkin it would be good to get your input on how we're thinking of fixing this. My current plan is to block access to the settings that cause the app to "restart" during form entry like this by disabling them and showing a summary like: And for clarity, the settings that will be disabled will be:
|
@seadowg blocking access and showing a message sounds like a good plan. My first thought was to add some sort of pill or icon to make to more obvious if they don't read carefully, but I think that over complicates things! There is a good icon for settings alert, but not really a good warning for theme and language. So when users go to the settings page, they’ll see the supporting text for each setting that’s not available. If they’re adjusting settings while filling out the form using the menu, should we also show the the language is disabled? I don't know if dropdown lists all support text, so we may need to show it in the dialog? |
The "Setting not available..." text is used as the summary which is where the current setting would usually be shown. Just to be clear, the user is still able to change form language using the "Change language" button in the options menu - it's just the app language that they won't be able to change. |
Ah gotcha! That makes more sense! |
ODK Collect version
the master version 2e63b33
Android version
10, 14
Device used
Redmi 9T, Pixel 7a
Problem description
Changing language/theme during form entry blocks match exactly and blocks opening the form. After that the user tries to open the form and sees info that "The form can’t be used” but at the same time there isn’t a progress bar in "Start new form”.
Steps to reproduce the problem
Expected behavior
Both form entry and updates should be possible after changing language/theme during form entry.
The text was updated successfully, but these errors were encountered: