From b2b2856ac0a1ab2798ae5658cc915b47af6db621 Mon Sep 17 00:00:00 2001 From: Pete Matsyburka Date: Thu, 27 Feb 2025 21:37:32 +0200 Subject: [PATCH] handle required pdf fields --- lib/templates/find_acro_fields.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/templates/find_acro_fields.rb b/lib/templates/find_acro_fields.rb index 69bc462a..11c319c7 100644 --- a/lib/templates/find_acro_fields.rb +++ b/lib/templates/find_acro_fields.rb @@ -101,7 +101,7 @@ module Templates { uuid: SecureRandom.uuid, - required: false, + required: field.flags.include?(:required), preferences: {}, areas:, **field_properties