##// END OF EJS Templates
Fixes test broken by r5354....
Jean-Philippe Lang -
r5236:1a454b8f3930
parent child
Show More
@@ -68,7 +68,7 module CustomFieldsHelper
68 custom_field_label_tag(name, custom_value) + custom_field_tag(name, custom_value)
68 custom_field_label_tag(name, custom_value) + custom_field_tag(name, custom_value)
69 end
69 end
70
70
71 def custom_field_tag_for_bulk_edit(name, custom_field, projects)
71 def custom_field_tag_for_bulk_edit(name, custom_field, projects=nil)
72 field_name = "#{name}[custom_field_values][#{custom_field.id}]"
72 field_name = "#{name}[custom_field_values][#{custom_field.id}]"
73 field_id = "#{name}_custom_field_values_#{custom_field.id}"
73 field_id = "#{name}_custom_field_values_#{custom_field.id}"
74 field_format = Redmine::CustomFieldFormat.find_by_name(custom_field.field_format)
74 field_format = Redmine::CustomFieldFormat.find_by_name(custom_field.field_format)
General Comments 0
You need to be logged in to leave comments. Login now