fix audit trail
This commit is contained in:
@@ -229,7 +229,7 @@ module Submissions
|
|||||||
|
|
||||||
next if Array.wrap(value).compact_blank.blank?
|
next if Array.wrap(value).compact_blank.blank?
|
||||||
|
|
||||||
field_name = field['title'].presence || field['name']
|
field_name = field['title'].presence || field['name'].to_s
|
||||||
|
|
||||||
[
|
[
|
||||||
composer.formatted_text_box(
|
composer.formatted_text_box(
|
||||||
|
|||||||
Reference in New Issue
Block a user