[html-formfu] ExtJS::REST - bug in accessing config file
    Moritz Onken 
    onken at houseofdesign.de
       
    Sun May 10 16:35:13 GMT 2009
    
    
  
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
    
    
More information about the HTML-FormFu
mailing list