Fix: management of time spent in task card
This commit is contained in:
parent
d3a8fb190a
commit
4d3abb2f1d
@ -74,7 +74,7 @@ if ($_POST["action"] == 'update' && ! $_POST["cancel"] && $user->rights->projet-
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($_POST["action"] == 'confirm_delete' && $_POST["confirm"] == "yes" && $user->rights->projet->creer)
|
if ($_POST["action"] == 'confirm_delete' && $_POST["confirm"] == "yes" && $user->rights->projet->supprimer)
|
||||||
{
|
{
|
||||||
$task = new Task($db);
|
$task = new Task($db);
|
||||||
if ($task->fetch($_GET["id"]) >= 0 )
|
if ($task->fetch($_GET["id"]) >= 0 )
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user