mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
fix generation of document
This commit is contained in:
parent
a7654edefa
commit
505384c2a0
@ -285,7 +285,7 @@ final class DocGeneratorTemplateController extends AbstractController
|
|||||||
|
|
||||||
if ($isTest && isset($form) && $form['show_data']->getData()) {
|
if ($isTest && isset($form) && $form['show_data']->getData()) {
|
||||||
// very ugly hack...
|
// very ugly hack...
|
||||||
dd($datas);
|
dd($context->getData($template, $entity, $contextGenerationData));
|
||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user