You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's code in the helper for request accessible format that makes the html for for radio button with concealed option from an array in the localisation file. This is hard to test individually (because it contains optional rendering calls in a helper), and is just probably not very idiomatic for rails (this should be nested partials really).
There's code in the helper for request accessible format that makes the html for for radio button with concealed option from an array in the localisation file. This is hard to test individually (because it contains optional rendering calls in a helper), and is just probably not very idiomatic for rails (this should be nested partials really).
https://github.com/alphagov/feedback/pull/1363/files#diff-6a9293f5dfa8d14e139688969ab5bb3fe70321dddcd67151af4b1352c9422d9aR16-R48
Tech-debt issuse to reduce this to simpler nested partials after release.
The text was updated successfully, but these errors were encountered: