Browse Source

Ticket: Fix add link to maintain course-session context

Yannick Warnier 7 years ago
parent
commit
18526558aa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/ticket/tickets.php

+ 1 - 1
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')]
         );
     }