mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
Injection firstPerson in doc
This commit is contained in:
@@ -80,7 +80,10 @@ class DocGeneratorTemplateController extends AbstractController
|
||||
|
||||
$templateProcessor = new TemplateProcessor($tmpfname);
|
||||
|
||||
// TODO foreach ($datas['setValue'] as $key => $value) {
|
||||
foreach ($datas['setValues'] as $setValuesConf) {
|
||||
$templateProcessor->setValues($setValuesConf);
|
||||
}
|
||||
|
||||
foreach ($datas['cloneRowAndSetValues'] as $cloneRowAndSetValues) {
|
||||
$templateProcessor->cloneRowAndSetValues($cloneRowAndSetValues[0], $cloneRowAndSetValues[1]);
|
||||
}
|
||||
|
Reference in New Issue
Block a user