Thanks, Carl!
That commit did solve both of my problems (A possible FormFu localization bug +
H::F::Model::DBIC -- How is the localize_label supposed to work?).
BTW I've prepared a Czech FormFu localization, it's included in the attachment.
package HTML::FormFu::I18N::cs;
use utf8;
use Moose;
Sorry, I really should know better than not running the tests before
pushing a fix out!
I've fixed a syntax error in the last commit:
https://github.com/fireartist/HTML-FormFu-Model-DBIC/commit/eac8b92fd0c39c2b5d5779e8159a0bdb33db9a13
Carl
___
HTML-FormF
On 17 August 2012 12:53, Jan Grmela wrote:
> Hi there,
> I've noticed a weird FormFu behaviour when localising Checkboxgroup
> labels using 'localize_label' with a custom sub as a label_column
>
> When I set the form element config the following way:
>
> - type: Checkboxgroup
>label_loc: Role
Hi there,
I've noticed a weird FormFu behaviour when localising Checkboxgroup
labels using 'localize_label' with a custom sub as a label_column
When I set the form element config the following way:
- type: Checkboxgroup
label_loc: Roles
name: roles
model_config:
localize_label: 1