mirror of
https://github.com/e107inc/e107.git
synced 2025-06-06 19:06:39 +02:00
Disable userclass copy in admin
This commit is contained in:
parent
c1430f257a
commit
31f86d0039
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user