Changeset 29223
- Timestamp:
- 04/20/10 16:34:03 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/sfDoctrineAjaxFormPlugin/lib/widget/sfWidgetFormDinamicEmbeddedForm.class.php
r29216 r29223 58 58 } 59 59 60 $this->addOption(' is_autocomplete', true);60 $this->addOption('with_search', true); 61 61 62 62 $this->addOption('partial', "ajax_form/autocomplete_with_embedded_forms_default"); … … 97 97 $widget_name = $this->getOption('widget_name'); 98 98 $embedded_name = $this->getOption('embedded_name'); 99 $is_autocomplete = $this->getOption(' is_autocomplete');99 $is_autocomplete = $this->getOption('with_search'); 100 100 $number_embedded = $this->getOption('number_embedded'); 101 101 $module_relation = $this->getOption('module_relation');