From 6b16ce3e9071c27b3967896de0f38acc66ccc56d Mon Sep 17 00:00:00 2001 From: Christopher Broderick Date: Mon, 16 Oct 2023 08:14:26 +0100 Subject: [PATCH] Spacing and grammar correction --- docs/teams.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/teams.rst b/docs/teams.rst index 1c1f1aac..c052e0fe 100644 --- a/docs/teams.rst +++ b/docs/teams.rst @@ -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. + 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. @@ -22,11 +23,12 @@ Once you have set up teams. Unassigned tickets which are associated with a knowl Implementing Custom Teams Functionality -------------------------------- -If youwant to use a different team app or implement your own team based app, you can hook it into Helpdesk using the following 3 settings: +If you want to use a different team app or implement your own team based app, you can hook it into Helpdesk using the following 3 settings: ``HELPDESK_TEAMS_MODEL``: point this to the model that defines a team in your custom implementation ``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 + Disabling Teams Functionality ----------------------------- If you do not wish to use team functionality, you can disable teams by setting the following settings: