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)
|
||||
;
|
||||
$defaultReturnPath = $this->generateUrl(
|
||||
'chill_task_task_list_by_person',
|
||||
[ 'personId' => $task->getPerson() ]
|
||||
'chill_task_singletask_list',
|
||||
[ 'person_id' => $task->getPerson() ]
|
||||
);
|
||||
break;
|
||||
default:
|
||||
|
Loading…
x
Reference in New Issue
Block a user