Fix missing label titles in CustomFieldFormBuilder

Signed-off-by: Alex Coles <alex@alexbcoles.com>
pull/2873/head
Alex Coles 10 years ago
parent 131b00b04c
commit 8eb4b94c28
  1. 1
      lib/custom_field_form_builder.rb

@ -108,6 +108,7 @@ class CustomFieldFormBuilder < TabularFormBuilder
custom_value.custom_field.name, custom_value.custom_field.name,
for: custom_field_field_id, for: custom_field_field_id,
class: classes, class: classes,
title: custom_value.custom_field.name,
lang: custom_value.custom_field.name_locale lang: custom_value.custom_field.name_locale
end end
end end

Loading…
Cancel
Save