add heading field
This commit is contained in:
@@ -224,6 +224,7 @@ module Submissions
|
||||
|
||||
submission.template_fields.filter_map do |field|
|
||||
next if field['submitter_uuid'] != submitter.uuid
|
||||
next if field['type'] == 'heading'
|
||||
|
||||
submitter_field_counters[field['type']] += 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user