ZF-5037: Zend_Form - Translator issue since 1.7.0
Description
In Zend_Form 1.6.2 i had to write \
for each element to disable the translation in forms (form values "must not" be translated).
Now in 1.7, this setting causes the form to completely ignore the values i put in with
\\
When i change setDisableTranslator to false or remove this line entirely, the values are displayed (but translated!!!)
Comments
Posted by Tomas Vesely (wham) on 2008-12-02T07:09:23.000+0000
Just take a look at these two methods:
If you disable translator, _translateOption returns true and addMultiOption does nothing. _translateOption should return false.