-
-
Notifications
You must be signed in to change notification settings - Fork 219
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
Find alternative for jr:choice-name or re-implement support for it #3804
Comments
There are a couple of ways we are using Show or save label (not value)Show the user the choice they made earlier in the form as part of the Summary page. Without the Build SMSBuild an outgoing SMS message within the form using values retrieved in the form, that can work in multiple languages and be edited in the form. Summary page |
Thanks! Note to self: specifically we're trying to avoid uses as per enketo/enketo#370 |
It sounds like this would be worth the effort of fixing with |
@alxndrsn Some thoughts, back to you! |
@alxndrsn what version is this available in? If it is only in 2.14 I will wait for a beta of that to do AT. |
Yeah, AFAIK this is 2.14 onwards. |
This should be AT-ed on master. 2.14 has not yet been branched from master, so anything in master is going to be part of 2.14. |
Perfect, I'll test this on alpha.dev |
@abbyad has this been sufficiently tested or it needs more? |
Should be the same for 2.14. Probably worth checking, though! |
@abbyad what is the status of AT on this issue? |
We should retest this on 2.14 to verify that it works as it does on 2.13. I am planning on doing that as part of my next round of AT for 2.14, likely today, but anyone else is free to take this on. |
Works well in 2.14. Tested with the form from #3281 (comment) but using |
As per enketo/enketo#370, we should either find an alternative way to implement our
jr:choice-name()
calls, or write an adapter to support it properly in enketo-core.@abbyad it would help if you can explain the current use of
jr:choice-name()
in our forms. We have it in 83 different forms currently 🙂The text was updated successfully, but these errors were encountered: