You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.
The FormRow helper used to call the __invoke() function of the FormLabel helper in earlier versions of zend-form (e.g. 2.7.0), but not anymore. I noticed this because we override the FormLabel helper with a new __invoke function, which is now ignored.
I think this line of code here should be changed back to
Or am I missing something here? Is there another way now to override the behavior of the FormLabel helper?
The text was updated successfully, but these errors were encountered:
aimfeld
changed the title
FormRow helper doen't invoke the FormLabel helper anymore
FormRow helper doesn't invoke the FormLabel helper anymore
May 26, 2017
The FormRow helper used to call the __invoke() function of the FormLabel helper in earlier versions of zend-form (e.g. 2.7.0), but not anymore. I noticed this because we override the FormLabel helper with a new __invoke function, which is now ignored.
I think this line of code here should be changed back to
As it used to be in zend-form 2.7.0. Otherwise, the __invoke() function of the FormLabel helper never gets called.
Or am I missing something here? Is there another way now to override the behavior of the FormLabel helper?
The text was updated successfully, but these errors were encountered: