mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-28 02:23:51 +00:00
front-end dev of tasks lists
This commit is contained in:
@@ -171,9 +171,9 @@ class SingleTaskController extends Controller
|
||||
|
||||
$em->flush();
|
||||
|
||||
$this->addFlash('success', "Success : task updated!");
|
||||
$this->addFlash('success', "The task has been updated");
|
||||
|
||||
return $this->redirectToRoute('chill_task_task_list_by_person', [
|
||||
return $this->redirectToRoute('chill_task_singletask_list', [
|
||||
'person_id' => $task->getPerson()->getId()
|
||||
]);
|
||||
|
||||
@@ -283,9 +283,9 @@ class SingleTaskController extends Controller
|
||||
|
||||
return $form;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
*
|
||||
* @return Response
|
||||
* @Route(
|
||||
* "/{_locale}/task/single-task/list/my",
|
||||
|
Reference in New Issue
Block a user