add heading field

This commit is contained in:
Pete Matsyburka
2024-07-11 21:40:15 +03:00
parent 21c087cba7
commit 286b8d7067
8 changed files with 89 additions and 62 deletions
+1
View File
@@ -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