• erio's avatar
    fix: add missing AccountQuotaNotifyEnabled to admin settings API · 42f8ef33
    erio authored
    The field was present in SystemSettings response DTO and service layer
    but missing from:
    - UpdateSettingsRequest (admin handler) - saves were silently ignored
    - GET/PUT response mapping in admin handler
    - UpdateSettingsRequest (non-admin dto)
    
    This caused the toggle to always revert to off after saving.
    42f8ef33
setting_handler.go 78.5 KB