Improve ticket CC handling. By @kotowicz in

4bf79ccf46.
This commit is contained in:
Ross Poulton
2012-08-07 23:41:43 +10:00
parent 2f1b74316f
commit a21050082a
3 changed files with 68 additions and 2 deletions

View File

@ -69,6 +69,8 @@ HELPDESK_FOLLOWUP_MOD = getattr(settings, 'HELPDESK_FOLLOWUP_MOD', False)
# show custom welcome message in dashboard?
HELPDESK_CUSTOM_WELCOME = getattr(settings, 'HELPDESK_CUSTOM_WELCOME', False)
# auto-subscribe user to ticket if (s)he responds to a ticket?
HELPDESK_AUTO_SUBSCRIBE_ON_TICKET_RESPONSE = getattr(settings, 'HELPDESK_AUTO_SUBSCRIBE_ON_TICKET_RESPONSE', False)
''' options for public pages '''