mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Add the ability to Create a ticket inside a project then auto assign it to the project
This commit is contained in:
@@ -189,7 +189,7 @@ if (isset($_GET['delete_project'])) {
|
||||
header("Location: " . $_SERVER["HTTP_REFERER"]);
|
||||
}
|
||||
|
||||
if (isset($_POST['add_project_ticket'])) {
|
||||
if (isset($_POST['link_ticket_to_project'])) {
|
||||
|
||||
enforceUserPermission('module_support', 2);
|
||||
$project_id = intval($_POST['project_id']);
|
||||
|
||||
Reference in New Issue
Block a user