Spacing and grammar correction

This commit is contained in:
Christopher Broderick 2023-10-16 08:14:26 +01:00
parent a2e39d1cb4
commit 6b16ce3e90

View File

@ -7,6 +7,7 @@ If you only have one or two people working on tickets, basic Queue setup is enou
If you are embedding the helpdesk app into your own apps, it is possible that the pinax-teams app used to support the default team based functionality will interfere with other packages that you already use in your project and you will need to disable it. If you are embedding the helpdesk app into your own apps, it is possible that the pinax-teams app used to support the default team based functionality will interfere with other packages that you already use in your project and you will need to disable it.
How It Works How It Works
------------ ------------
Rather than assigning tickets to teams directly, django-helpdesk allows you assign tickets to knowledge-base items and then assign knowledge base items to teams. Rather than assigning tickets to teams directly, django-helpdesk allows you assign tickets to knowledge-base items and then assign knowledge base items to teams.
@ -27,6 +28,7 @@ If youwant to use a different team app or implement your own team based app, you
``HELPDESK_TEAMS_MIGRATION_DEPENDENCIES``: set this to an array of migration(s) that are required to have run that will ensure the link that will be added as defined in the HELPDESK_TEAMS_MODEL will be available as a model to Helpdesk ``HELPDESK_TEAMS_MIGRATION_DEPENDENCIES``: set this to an array of migration(s) that are required to have run that will ensure the link that will be added as defined in the HELPDESK_TEAMS_MODEL will be available as a model to Helpdesk
``HELPDESK_KBITEM_TEAM_GETTER``: the method that will be called that must return a list of users who belong to a given team ``HELPDESK_KBITEM_TEAM_GETTER``: the method that will be called that must return a list of users who belong to a given team
Disabling Teams Functionality Disabling Teams Functionality
----------------------------- -----------------------------
If you do not wish to use team functionality, you can disable teams by setting the following settings: If you do not wish to use team functionality, you can disable teams by setting the following settings: