Author: sevein
Date: Thu Sep 24 16:58:10 2009
New Revision: 3528

Log:
Update contact information after saving repository. Fixes issue 1000! ;)

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

Modified: trunk/apps/qubit/modules/repository/actions/editAction.class.php
==============================================================================
--- trunk/apps/qubit/modules/repository/actions/editAction.class.php    Thu Sep 
24 16:54:30 2009        (r3527)
+++ trunk/apps/qubit/modules/repository/actions/editAction.class.php    Thu Sep 
24 16:58:10 2009        (r3528)
@@ -90,11 +90,12 @@
     $this->updateOtherNames();
     $this->updateTermOneToManyRelations();
     $this->updateProperties();
-    $this->updateContactInformation();
     $this->updateNotes();
 
     $this->repository->save();
 
+    $this->updateContactInformation();
+
     // delete related objects marked for deletion
     $this->deleteNotes();
   }

--~--~---------~--~----~------------~-------~--~----~
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.ca/group/qubit-commits?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to