[TYPO3-mvc] [Extbase] modify $this->settings don't touch Fluid template {settings}

Thomas "Thasmo" Deinhamer thasmo at gmail.com
Tue Sep 7 21:19:21 CEST 2010


Claus Fassing wrote:
> But the {settings.entryType} in the Fluid template got still the
> original options.

Not sure, but the settings are not populated by default?!
This way you should/must assign the settings manually, as far as I know:

$this->view->assign('settings', $this->settings);

Do this after you changed $this->settings.

Thomas


More information about the TYPO3-project-typo3v4mvc mailing list