front-end dev of tasks lists

This commit is contained in:
nobohan
2018-04-27 17:42:21 +02:00
parent 3719ce0896
commit 2d57757682
5 changed files with 72 additions and 38 deletions

View File

@@ -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",