From 1406c2a719d1d9b9352bc5bbd4f94b2825ef05d8 Mon Sep 17 00:00:00 2001 From: Garret Wassermann Date: Wed, 28 Feb 2018 16:23:01 -0500 Subject: [PATCH] Update docs for typo in HELPDESK_ENABLE_PER_QUEUE_STAFF_PERMISSION setting, for #597 --- docs/settings.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/settings.rst b/docs/settings.rst index 1ccbe75e..29c41aee 100644 --- a/docs/settings.rst +++ b/docs/settings.rst @@ -161,9 +161,9 @@ Staff Ticket Creation Settings Staff Ticket View Settings ------------------------------ -- **HELPDESK_ENABLE_PER_QUEUE_PERMISSION** If ``True``, logged in staff users only see queues and tickets to which they have specifically been granted access - this holds for the dashboard, ticket query, and ticket report views. User assignment is done through the standard ``django.admin.admin`` permissions. *Note*: Staff with access to admin interface will be able to see the full list of tickets, but won't have access to details and could not modify them. This setting does not prevent staff users from creating tickets for all queues. Also, superuser accounts have full access to all queues, regardless of whatever queue memberships they have been granted. +- **HELPDESK_ENABLE_PER_QUEUE_STAFF_PERMISSION** If ``True``, logged in staff users only see queues and tickets to which they have specifically been granted access - this holds for the dashboard, ticket query, and ticket report views. User assignment is done through the standard ``django.admin.admin`` permissions. *Note*: Staff with access to admin interface will be able to see the full list of tickets, but won't have access to details and could not modify them. This setting does not prevent staff users from creating tickets for all queues. Also, superuser accounts have full access to all queues, regardless of whatever queue memberships they have been granted. - **Default:** ``HELPDESK_ENABLE_PER_QUEUE_PERMISSION = False`` + **Default:** ``HELPDESK_ENABLE_PER_QUEUE_STAFF_PERMISSION = False``