Comment #2 on issue 1884 by [email protected]: Pager not working with multi-page uploads
http://code.google.com/p/qubit-toolkit/issues/detail?id=1884

QubitObjectBuilder must be updated,
this is just a note of how BaseObject should look like (I have to go now!)

Index: om/BaseObject.php
===================================================================
--- om/BaseObject.php   (revision 8776)
+++ om/BaseObject.php   (working copy)
@@ -646,6 +646,7 @@
         {
           $columns = $table->getPrimaryKeyColumns();
           $this->values[$columns[0]->getPhpName()] = $id;
+          $this->keys[$columns[0]->getPhpName()] = $id;
         }
       }
     }


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

Reply via email to