hendrikreimers / TYPO3-content_designer

0 stars 2 forks source link

Template service backend setup #6

Closed leitgab closed 8 years ago

leitgab commented 8 years ago

Due to missing initialization of TemplateService it's not possible to use FLUIDTEMPLATE as previewObj, because allowedPaths of TemplateService are not set without init(). Therefore getFileName() returns null and no template is set in setTemplate() of FluidTemplateContentObject. This pull request fixes the above mentioned misbehavior.

hendrikreimers commented 8 years ago

Thank you for this!