Automate record creation in temp tables

Automate record creation in temp tables

Imported From: http://groups.google.com/group/in-portal-dev/browse_thread/thread/cd19f490db84d914#

I propose we move code following code into kDBItem::Create method, so when sub-item is being created in temp table, then it's ID is automatically assigned:

if ($object->IsTempTable()) { $object->setTempID(); }

Related Tasks

https://in-portal.atlassian.net/browse/INP-484

Comments