django-helpdesk/helpdesk/views
Timothy Hobbs 6c37d73d4e
DRY out email sending code and normalize behavior
This refactor removes duplicated logic for deciding whom the messages get sent to.
It also normalizes behavior ensuring that all CCed addresses are sent to in all cases that CCed individuals should be notified.
2018-11-01 14:56:17 +01:00
..
__init__.py Moved all project files under a "helpdesk" directory. Should make it easier to use setup.py / pypi / whatever in the future. 2011-01-25 23:02:00 +00:00
feeds.py Bump version to 0.2.6 to fix remaining Django 2.0 warnings 2017-12-28 09:11:34 -05:00
kb.py Initial general clean-up of stuff 2016-10-21 17:14:12 +02:00
permissions.py Submit ticket link should work for non-logged in users 2018-09-07 19:10:57 +02:00
public.py Transform UserSettings into a normal django model 2018-10-25 17:54:37 +02:00
staff.py DRY out email sending code and normalize behavior 2018-11-01 14:56:17 +01:00