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
form do |f|
f.translate_inputs do |t|
t.input :title
t.input :description
end
end
with Globalize 5.0.1, the translate_inputs helper will only display the :description input in the tabbed UI. (whatever line is last in the block is the only thing displayed.) hence, the hidden field for :locale is not returned either.
using the example ActiveAdmin form:
with Globalize 5.0.1, the translate_inputs helper will only display the :description input in the tabbed UI. (whatever line is last in the block is the only thing displayed.) hence, the hidden field for :locale is not returned either.
p.s. using the Rails 4.0-compatible branch at https://github.com/twintags/activeadmin-translate
The text was updated successfully, but these errors were encountered: