Author: jaimesuez
Date: 2010-04-20 16:34:03 +0200 (Tue, 20 Apr 2010)
New Revision: 29223

Modified:
   
plugins/sfDoctrineAjaxFormPlugin/lib/widget/sfWidgetFormDinamicEmbeddedForm.class.php
Log:
cambio de is_autocomplete por with_search

Modified: 
plugins/sfDoctrineAjaxFormPlugin/lib/widget/sfWidgetFormDinamicEmbeddedForm.class.php
===================================================================
--- 
plugins/sfDoctrineAjaxFormPlugin/lib/widget/sfWidgetFormDinamicEmbeddedForm.class.php
       2010-04-20 10:13:48 UTC (rev 29222)
+++ 
plugins/sfDoctrineAjaxFormPlugin/lib/widget/sfWidgetFormDinamicEmbeddedForm.class.php
       2010-04-20 14:34:03 UTC (rev 29223)
@@ -57,7 +57,7 @@
       $this->options["foreign_alias"] = $this->options["form_module_relation"];
     }
 
-    $this->addOption('is_autocomplete', true);
+    $this->addOption('with_search', true);
 
     $this->addOption('partial', 
"ajax_form/autocomplete_with_embedded_forms_default");
     $this->addOption('create_partial', "ajax_form/add_embedded_form_default");
@@ -96,7 +96,7 @@
     $widget_model = $this->getOption('widget_model');
     $widget_name = $this->getOption('widget_name');
     $embedded_name = $this->getOption('embedded_name');
-    $is_autocomplete = $this->getOption('is_autocomplete');
+    $is_autocomplete = $this->getOption('with_search');
     $number_embedded = $this->getOption('number_embedded');
     $module_relation = $this->getOption('module_relation');
     $form_module_relation = $this->getOption('form_module_relation');

-- 
You received this message because you are subscribed to the Google Groups 
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/symfony-svn?hl=en.

Reply via email to