1
0
mirror of https://github.com/e107inc/e107.git synced 2025-06-06 10:54:57 +02:00

Disable userclass copy in admin

This commit is contained in:
Cameron 2015-03-01 21:34:57 -08:00
parent c1430f257a
commit 31f86d0039

View File

@ -77,7 +77,7 @@ include_lan(e_LANGUAGEDIR.e_LANGUAGE.'/admin/lan_'.e_PAGE);
protected $pid = 'userclass_id'; protected $pid = 'userclass_id';
protected $perPage = 10; protected $perPage = 10;
protected $batchDelete = true; protected $batchDelete = true;
protected $batchCopy = true; protected $batchCopy = false; // no way to generate the non-incrementing primary key at the moment
protected $listOrder = 'userclass_id DESC'; protected $listOrder = 'userclass_id DESC';
// protected $sortField = 'somefield_order'; // protected $sortField = 'somefield_order';
// protected $orderStep = 10; // protected $orderStep = 10;