Am 31.10.2016 um 08:57 schrieb Martin Rehak:
> has_field 'capacity' => (type => 'PosInteger',
> #default => '1',
> label => 'Kapacita');
maybe add a "lazy => 1" to your commented "default => '1'"?
has_field q(capacity) => (
type => q(PosInteger),
lazy => 1,
default => q(1),
label => q(Kapacita),
);
Regards
--
Marc0
_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/