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