mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 20:57:26 +02:00
Disable userclass copy in admin
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user