Ver Fonte

Ticket: Fix add link to maintain course-session context

Yannick Warnier há 7 anos atrás
pai
commit
18526558aa
1 ficheiros alterados com 1 adições e 1 exclusões
  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')]
         );
     }