04/08 fixed survey email issue

This commit is contained in:
2026-04-08 10:38:50 -04:00
parent 60db5c3f9a
commit cc81e0cca3
6 changed files with 210 additions and 76 deletions
+1
View File
@@ -315,6 +315,7 @@ def _seed_settings():
from app.models import SystemSetting
defaults = [
('registration_enabled', 'true', 'Allow new users to self-register via /auth/register'),
('survey_enabled', 'true', 'Send a satisfaction survey email when a ticket is resolved'),
('app_timezone', 'America/New_York', 'Display timezone for all dates and times in the UI'),
('sla_critical_hours', '4', 'Hours before a CRITICAL ticket is considered overdue'),
('email_ingestion_enabled', '0', 'Enable automatic ticket creation from inbound email (1=on, 0=off)'),