[TYPO3-dev] Content Fallback

Dr. Ronald P. Steiner Ronald.Steiner at googlemail.com
Sun Feb 24 22:57:59 CET 2008


Hi List,

it is known that content_fallback does not work for:
	- menues
	- page titles
... this is already reported: http://bugs.typo3.org/view.php?id=6009

But is it possible that it also does not work for FlexForms?
$this->pi_getFFvalue($piFlexForm, $key, $sheet);
... gets the field in the current language and if this does not exist it 
will offer directly the default language.

Example:
	current: L = 2
	config.sys_language_mode = content_fallback;1,0
but there is no content for L=2 it will result the content for L=0 even 
if there is a content for L=1

has anybody experienced same behavior?

greetings

Ron




More information about the TYPO3-dev mailing list