django-helpdeskmig/helpdesk/views
Arkadiy Korotaev 354debb618
fix<public>: Public ticket creation form improvements
Update forms.py and views/public.py to physically delete form fields
instead of just hiding them if default values for queue, date and priority are provided.

+ some bugfixes
+ code and stale imports removal
+ fix pep8 errors
2020-02-06 10:10:07 +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
abstract_views.py Fix pycodestyle errors 2020-01-20 13:23:31 +01: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 Fix pycodestyle errors 2020-01-20 14:17:23 +01:00
login.py Fix tests 2019-10-16 17:36:55 +02:00
permissions.py Submit ticket link should work for non-logged in users 2018-09-07 19:10:57 +02:00
public.py fix<public>: Public ticket creation form improvements 2020-02-06 10:10:07 +01:00
staff.py Associate tickets with KB items 2020-01-20 13:23:31 +01:00