##// END OF EJS Templates
Fixed test broken by r11787 (#13943)....
Jean-Philippe Lang -
r11559:afa9100453a0
parent child
Show More
@@ -77,7 +77,7 module CustomFieldsHelper
77 custom_field_label_tag(name, custom_value, options) + custom_field_tag(name, custom_value)
77 custom_field_label_tag(name, custom_value, options) + custom_field_tag(name, custom_value)
78 end
78 end
79
79
80 def custom_field_tag_for_bulk_edit(name, custom_field, projects=nil, value=nil)
80 def custom_field_tag_for_bulk_edit(name, custom_field, projects=nil, value='')
81 field_name = "#{name}[custom_field_values][#{custom_field.id}]"
81 field_name = "#{name}[custom_field_values][#{custom_field.id}]"
82 field_name << "[]" if custom_field.multiple?
82 field_name << "[]" if custom_field.multiple?
83 field_id = "#{name}_custom_field_values_#{custom_field.id}"
83 field_id = "#{name}_custom_field_values_#{custom_field.id}"
General Comments 0
You need to be logged in to leave comments. Login now