Author: sevein
Date: Wed Jul  6 13:47:25 2011
New Revision: 9251

Log:
Remove unnecessary code

Modified:
   trunk/apps/qubit/modules/informationobject/actions/editAction.class.php

Modified: 
trunk/apps/qubit/modules/informationobject/actions/editAction.class.php
==============================================================================
--- trunk/apps/qubit/modules/informationobject/actions/editAction.class.php     
Wed Jul  6 13:37:10 2011        (r9250)
+++ trunk/apps/qubit/modules/informationobject/actions/editAction.class.php     
Wed Jul  6 13:47:25 2011        (r9251)
@@ -100,11 +100,6 @@
       $this->form->setValidator('parent', new sfValidatorString);
       $this->form->setWidget('parent', new sfWidgetFormInputHidden);
 
-      // Add id of the accession record
-      $this->form->setDefault('accessionId', $this->request->accession);
-      $this->form->setValidator('accessionId', new sfValidatorInteger);
-      $this->form->setWidget('accessionId', new sfWidgetFormInputHidden);
-
       $getParams = $this->request->getGetParameters();
       if (isset($getParams['parent']))
       {

-- 
You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Commits" 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/qubit-commits?hl=en.

Reply via email to