mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
fix default return path string
This commit is contained in:
parent
397ea45a51
commit
399f99ebfc
@ -46,8 +46,8 @@ class TaskController extends Controller
|
|||||||
->find($taskId)
|
->find($taskId)
|
||||||
;
|
;
|
||||||
$defaultReturnPath = $this->generateUrl(
|
$defaultReturnPath = $this->generateUrl(
|
||||||
'chill_task_task_list_by_person',
|
'chill_task_singletask_list',
|
||||||
[ 'personId' => $task->getPerson() ]
|
[ 'person_id' => $task->getPerson() ]
|
||||||
);
|
);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user