From 4694e8152ead58fc129a5d748b22af38cf501806 Mon Sep 17 00:00:00 2001 From: Molkobain Date: Tue, 22 Feb 2022 11:42:20 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B04809=20-=20Remove=20iTopOwnershipToken?= =?UTF-8?q?=20class=20from=20CSV=20import=20list?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/ownershiplock.class.inc.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/core/ownershiplock.class.inc.php b/core/ownershiplock.class.inc.php index ad1f34d34..ddc8762e7 100644 --- a/core/ownershiplock.class.inc.php +++ b/core/ownershiplock.class.inc.php @@ -31,13 +31,13 @@ class iTopOwnershipToken extends DBObject { $aParams = array ( - 'category' => 'application', - 'key_type' => 'autoincrement', - 'name_attcode' => array('obj_class', 'obj_key'), - 'state_attcode' => '', - 'reconc_keys' => array(''), - 'db_table' => 'priv_ownership_token', - 'db_key_field' => 'id', + 'category' => '', + 'key_type' => 'autoincrement', + 'name_attcode' => array('obj_class', 'obj_key'), + 'state_attcode' => '', + 'reconc_keys' => array(''), + 'db_table' => 'priv_ownership_token', + 'db_key_field' => 'id', 'db_finalclass_field' => '', ); MetaModel::Init_Params($aParams);