Skip to content
Snippets Groups Projects
Commit 6f702b22 authored by JediKev's avatar JediKev
Browse files

issue: Newly Added Queues

This addresses an issue where newly added queues in the Admin Panel do not
show up in the list of queues nor in the ticket view. This is due to the
function that does not set any additional flags on queues if one already
exists.
parent 30d385d6
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,6 @@ if ($_POST) {
case 'create':
$queue = CustomQueue::create(array(
'flags' => CustomQueue::FLAG_PUBLIC,
'staff_id' => 0,
'title' => $_POST['queue-name'],
'root' => $_POST['root'] ?: 'T'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment