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

Mario Minati mario.minati at googlemail.com
Sun May 10 18:11:32 GMT 2009


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



More information about the HTML-FormFu mailing list