[TYPO3-project-formidable] Info : small bug formidable
François SCHOSSIG
fs.nospam1 at a-e-r.org
Sat May 26 12:10:05 CEST 2007
Hello,
Just for information: there is a small bug in <modifiers>.
In a <renderlet:LISTBOX>, if you try to modify the <data> that has a
<defaultvalue first="" /> with a <modifiers> the <defaultvalue
first="" /> is not replaced.
<renderlet:LISTBOX>
<data>
<userobj>
<php><![CDATA[return $this->oSandBox->aer_listBox();]]></php>
</userobj>
<defaultvalue first="" />
</data>
<modifiers>
<modifier>
<conditions>
<condition>
<userobj>
<php><![CDATA[return !$this->_oParent->isPowerUser;]]
></php>
</userobj>
</condition>
</conditions>
<modification>
<data>
<defaultvalue>
<userobj>
<php><![CDATA[return $this->oSandBox-
>aer_theGoodValue();]]></php>
</userobj>
</defaultvalue>
</data>
</modification>
</modifier>
</modifiers>
</renderlet:LISTBOX>
--
F. SCHOSSIG, ICT Manager
Assemblée des Régions d'Europe
http://www.a-e-r.org
More information about the TYPO3-project-formidable
mailing list