zendframework / zend-form

Form component from Zend Framework
BSD 3-Clause "New" or "Revised" License
69 stars 87 forks source link

Form label translated two times using view helper form row #90

Open GeeH opened 8 years ago

GeeH commented 8 years ago

This issue has been moved from the zendframework repository as part of the bug migration program as outlined here - http://framework.zend.com/blog/2016-04-11-issue-closures.html


Original Issue: https://api.github.com/repos/zendframework/zendframework/issues/7551 User: @phpManiac77 Created On: 2015-05-25T14:27:23Z Updated At: 2015-11-06T21:54:22Z Body In the method Zend\Form\View\Helper\FormRow::render() lines 129-134 explicit label translation is done.

On line 122 the label helper is obtained (normally an instance of Zend\Form\View\Helper\FormLabel) where label tranlslation is done again with the already translated label value.


michalbundyra commented 4 years ago

This repository has been closed and moved to laminas/laminas-form; a new issue has been opened at https://github.com/laminas/laminas-form/issues/38.