the feature is for reassignment not assignment

This commit is contained in:
DavidVadnais
2025-08-01 03:52:09 +00:00
parent 57984fe942
commit 2e91aaf829

View File

@@ -367,7 +367,7 @@ HELPDESK_CREATE_TICKET_HIDE_ASSIGNED_TO = getattr(
) )
# allow users to take tickets even if a ticket is already claimed. # allow users to take tickets even if a ticket is already claimed.
HELPDESK_UNLOCK_TICKET_ASSIGNMENT = False HELPDESK_UNLOCK_TICKET_REASSIGNMENT = False
################# #################