Author: sid.gbf
Date: 2010-03-23 21:54:07 +0100 (Tue, 23 Mar 2010)
New Revision: 28739

Modified:
   
plugins/sfjQueryDoctrineAdminPlugin/tag/0.1/data/generator/sfDoctrineModule/javascript/parts/createAction.php
   
plugins/sfjQueryDoctrineAdminPlugin/tag/0.1/data/generator/sfDoctrineModule/javascript/parts/editAction.php
   
plugins/sfjQueryDoctrineAdminPlugin/tag/0.1/data/generator/sfDoctrineModule/javascript/parts/newAction.php
   
plugins/sfjQueryDoctrineAdminPlugin/tag/0.1/data/generator/sfDoctrineModule/javascript/parts/updateAction.php
Log:


Modified: 
plugins/sfjQueryDoctrineAdminPlugin/tag/0.1/data/generator/sfDoctrineModule/javascript/parts/createAction.php
===================================================================
--- 
plugins/sfjQueryDoctrineAdminPlugin/tag/0.1/data/generator/sfDoctrineModule/javascript/parts/createAction.php
       2010-03-23 20:31:35 UTC (rev 28738)
+++ 
plugins/sfjQueryDoctrineAdminPlugin/tag/0.1/data/generator/sfDoctrineModule/javascript/parts/createAction.php
       2010-03-23 20:54:07 UTC (rev 28739)
@@ -2,7 +2,7 @@
   {
     $this-><?php echo $this->getSingularName() ?> = 
$this->configuration->getForm()->getObject();
     if($request->getParameter('culture')) {
-      $this-><?php echo $this->getSingularName() 
?>->setDefaultCulture($request->getParameter('culture'));
+      $this-><?php echo $this->getSingularName() 
?>->setLanguage($request->getParameter('culture'));
     }
     $this->form = $this->configuration->getForm($this-><?php echo 
$this->getSingularName() ?>);
 

Modified: 
plugins/sfjQueryDoctrineAdminPlugin/tag/0.1/data/generator/sfDoctrineModule/javascript/parts/editAction.php
===================================================================
--- 
plugins/sfjQueryDoctrineAdminPlugin/tag/0.1/data/generator/sfDoctrineModule/javascript/parts/editAction.php
 2010-03-23 20:31:35 UTC (rev 28738)
+++ 
plugins/sfjQueryDoctrineAdminPlugin/tag/0.1/data/generator/sfDoctrineModule/javascript/parts/editAction.php
 2010-03-23 20:54:07 UTC (rev 28739)
@@ -2,7 +2,7 @@
   {
     $this-><?php echo $this->getSingularName() ?> = 
$this->getRoute()->getObject();
     if($request->getParameter('culture')) {
-      $this-><?php echo $this->getSingularName() 
?>->setDefaultCulture($request->getParameter('culture'));
+      $this-><?php echo $this->getSingularName() 
?>->setLanguage($request->getParameter('culture'));
     }
     $this->form = $this->configuration->getForm($this-><?php echo 
$this->getSingularName() ?>);
   }

Modified: 
plugins/sfjQueryDoctrineAdminPlugin/tag/0.1/data/generator/sfDoctrineModule/javascript/parts/newAction.php
===================================================================
--- 
plugins/sfjQueryDoctrineAdminPlugin/tag/0.1/data/generator/sfDoctrineModule/javascript/parts/newAction.php
  2010-03-23 20:31:35 UTC (rev 28738)
+++ 
plugins/sfjQueryDoctrineAdminPlugin/tag/0.1/data/generator/sfDoctrineModule/javascript/parts/newAction.php
  2010-03-23 20:54:07 UTC (rev 28739)
@@ -2,7 +2,7 @@
   {
     $this-><?php echo $this->getSingularName() ?> = 
$this->configuration->getForm()->getObject();
     if($request->getParameter('culture')) {
-      $this-><?php echo $this->getSingularName() 
?>->setDefaultCulture($request->getParameter('culture'));
+      $this-><?php echo $this->getSingularName() 
?>->setLanguage($request->getParameter('culture'));
     }
     $this->form = $this->configuration->getForm($this-><?php echo 
$this->getSingularName() ?>);
     //$this-><?php echo $this->getSingularName() ?> = $this->form->getObject();

Modified: 
plugins/sfjQueryDoctrineAdminPlugin/tag/0.1/data/generator/sfDoctrineModule/javascript/parts/updateAction.php
===================================================================
--- 
plugins/sfjQueryDoctrineAdminPlugin/tag/0.1/data/generator/sfDoctrineModule/javascript/parts/updateAction.php
       2010-03-23 20:31:35 UTC (rev 28738)
+++ 
plugins/sfjQueryDoctrineAdminPlugin/tag/0.1/data/generator/sfDoctrineModule/javascript/parts/updateAction.php
       2010-03-23 20:54:07 UTC (rev 28739)
@@ -2,7 +2,7 @@
   {
     $this-><?php echo $this->getSingularName() ?> = 
$this->getRoute()->getObject();
     if($request->getParameter('culture')) {
-      $this-><?php echo $this->getSingularName() 
?>->setDefaultCulture($request->getParameter('culture'));
+      $this-><?php echo $this->getSingularName() 
?>->setLanguage($request->getParameter('culture'));
     }
     $this->form = $this->configuration->getForm($this-><?php echo 
$this->getSingularName() ?>);
 

-- 
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