04/08 fixed survey email issue
This commit is contained in:
@@ -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)'),
|
||||
|
||||
Reference in New Issue
Block a user