Added QR Scanner to more input fields
Some checks failed
CI / scan_ruby (push) Has been cancelled
CI / scan_js (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / test (push) Has been cancelled
CI / system-test (push) Has been cancelled

This commit is contained in:
2026-05-30 00:02:02 +02:00
parent 00be2bd4d3
commit 5c9e6a34b4
5 changed files with 74 additions and 41 deletions

View File

@@ -22,6 +22,9 @@ module Vault171
# Erlaubt Rails, auch Unterordner in locales zu durchsuchen
config.i18n.available_locales = [ :de, :en ]
# Deaktiviert das umschließende field_with_errors Div bei Validierungsfehlern
config.action_view.field_error_proc = Proc.new { |html_tag, instance| html_tag.html_safe }
# Configuration for the application, engines, and railties goes here.
#
# These settings can be overridden in specific environments using the files