mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
rename syntax for ChillMain twig template calls
This commit is contained in:
parent
2d92bc939b
commit
14da65dcdb
@ -537,7 +537,7 @@ class SingleTaskController extends Controller
|
|||||||
if ($viewParams['person'] !== null){
|
if ($viewParams['person'] !== null){
|
||||||
$viewParams['layout'] = 'ChillPersonBundle::layout.html.twig';
|
$viewParams['layout'] = 'ChillPersonBundle::layout.html.twig';
|
||||||
} else {
|
} else {
|
||||||
$viewParams['layout'] = 'ChillMainBundle::layout.html.twig';
|
$viewParams['layout'] = '@ChillMain/layout.html.twig';
|
||||||
}
|
}
|
||||||
|
|
||||||
// Form for filtering tasks
|
// Form for filtering tasks
|
||||||
|
Loading…
x
Reference in New Issue
Block a user