Ticket: Fix add link to maintain course-session context

pull/2487/head
Yannick Warnier 8 years ago
parent 759d8f7428
commit 490adc6fd4
  1. 2
      main/ticket/tickets.php

@ -236,7 +236,7 @@ if (!empty($projectId)) {
null,
ICON_SIZE_MEDIUM
),
api_get_path(WEB_CODE_PATH) . 'ticket/new_ticket.php?project_id=' . $projectId,
api_get_path(WEB_CODE_PATH) . 'ticket/new_ticket.php?project_id=' . $projectId.'&'.api_get_cidReq(),
['title' => get_lang('Add')]
);
}

Loading…
Cancel
Save