feature: auth
This commit is contained in:
parent
b990c5d62a
commit
28f3154a9e
|
|
@ -30,6 +30,8 @@ class Admin extends Backend
|
|||
protected $childrenGroupIds = [];
|
||||
protected $childrenAdminIds = [];
|
||||
|
||||
protected $noNeedRight = ['norightselectpage'];
|
||||
|
||||
public function _initialize()
|
||||
{
|
||||
parent::_initialize();
|
||||
|
|
@ -361,8 +363,7 @@ class Admin extends Backend
|
|||
|
||||
public function norightselectpage()
|
||||
{
|
||||
$this->dataLimit = '';
|
||||
$this->dataLimitField = '';
|
||||
$this->dataLimit = null;
|
||||
return parent::selectpage();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user