-
Notifications
You must be signed in to change notification settings - Fork 43
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
Inherit locale for new instances created through linked_table #192
Comments
Hi @linl33, |
Hi @kdsanskar07! |
@kdsanskar07 Could you give us an update on this issue? Let us know if you have any questions. |
@linl33 @wbrunette can I work on this? |
@starboi02 I am assigning this issue to you, but you have now reached a limit. Please complete the other issues or tell us which ones you are not going to work on. |
@starboi02 it's assigned. |
Thanks @wbrunette :) |
@starboi02 can you give us an update on this issue? Do you have any questions? |
@wbrunette I am unable to resolve what |
@starboi02 It's a typo, I meant to write |
Hello @linl33, can I please work on this? What do I need to get started? Thanks |
Hi @greatestofal I have assigned this to you! Please see the previous comments in this thread for details on how to get started and let us know questions! |
@wbrunette @elmps2018 @linl33 can you please assign this issue. I have a PR for this issue along side this too. |
When a new instance is created through
linked_table
the new instance uses the default locale. If the parent instance uses a non-default locale, the child instance should inherit the locale used in the parent form.This could be implemented by passing
_locale
to the new instance (if one isn't provided innewInstanceKeyToValueMap
) at the line linked belowhttps://github.com/odk-x/app-designer/blob/7abf14b16d940850cedfa66e2f9c2afd79553b3e/app/system/survey/js/prompts.js#L1035-L1038
The text was updated successfully, but these errors were encountered: