[html-formfu] ExtJS::REST - bug in accessing config file

Mario Minati mario.minati at googlemail.com
Sun May 10 23:19:28 GMT 2009


You were right, upgrading to Config::Any 0.17 (from 0.12) helped.
There is no according info in the Changes file of Config::Any about these 
behaviour.

I updated the Makefile.PL to require Config::Any 0.17


Greets,

Mario Minati

Am Sonntag 10 Mai 2009 18:35:13 schrieb Moritz Onken:
> Hm yeah. It suddenly stopped working for me with the ->[0]. Could you
> try to update Config::Any or whatever is responsible for that.
>
> If it does not work for you we need to find a way that it works in any
> case.
>
> Am 10.05.2009 um 20:11 schrieb Mario Minati:
> > Hi Moritz,
> >
> > in rev. 1479 you changed in the 'object' mehod
> > -    $config =
> > { %{$self->_extjs_config->{model_config}}, %{$config->[0]->{$self-
> >
> > >base_file}->{model_config} ||
> >
> > {}} };
> > +    $config =
> > { %{$self->_extjs_config->{model_config}}, %{$config->{$self-
> >
> > >base_file}->{model_config} ||
> >
> > {}} };
> >
> > Without '->[0]' it doesn't work whatsoever.
> >
> > Is there a reason you took it out?
> >
> >
> > Greets,
> >
> > Mario Minati
> >
> > _______________________________________________
> > HTML-FormFu mailing list
> > HTML-FormFu at lists.scsys.co.uk
> > http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/html-formfu
>
> _______________________________________________
> HTML-FormFu mailing list
> HTML-FormFu at lists.scsys.co.uk
> http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/html-formfu





More information about the HTML-FormFu mailing list