Christopher Broderick
Christopher Broderick
There is also a fundamental flaw in the way the file name is accessed - I will have a PR with unit test to fix it soon.
This is actually a valid concern from a security perspective. It is easily solved by changing the primary key generator to use a UUID instead of a sequential int which...
This PR adds support for OAUTH thouygh only tested with Office 365: #1088
Please go ahead raising a PR as suggested.
Adding swapable models will have significant consequences and unlikely there is a very compelling argument to make it possible, the better solution is to request enhancements to the Helpdesk code...
@pandafy - feel free to raise a PR to start moving towards this pargidgm if you really want to make it happen.
Check if all the helpdesk migrations have ctually executed by looking in the django_migrations table in the database. Specifically 0023_add_enable_notifications_on_email_events_to_ticket
Hoping to get pinax projects upgraded to support Django 4 in the coming weeks - just waiting for the maintainers to add me as a maintainer.
Some of the migrations don't actually have any affect on the database (changes to dropdown list values for instance) but I am not sure if that is why they show...
There is no simple way to use 2 projects with the same name if the file names and paths within the projects are the same and especially if both projects...