allow to disable resubmit button

This commit is contained in:
Pete Matsyburka
2024-01-30 17:03:58 +02:00
parent 87f036ad88
commit 7a3e89c4d8
5 changed files with 16 additions and 2 deletions
+1
View File
@@ -27,6 +27,7 @@ class AccountConfig < ApplicationRecord
BCC_EMAILS = 'bcc_emails'
FORCE_MFA = 'force_mfa'
ALLOW_TYPED_SIGNATURE = 'allow_typed_signature'
ALLOW_TO_RESUBMIT = 'allow_to_resubmit'
SUBMITTER_REMAILERS = 'submitter_reminders'
FORM_COMPLETED_BUTTON_KEY = 'form_completed_button'
FORM_WITH_CONFETTI_KEY = 'form_with_confetti'