dbms_init...1
This commit is contained in:
parent
9901168c62
commit
5d53fb1a6e
@ -97,12 +97,7 @@ class UserController extends AdminController
|
||||
}
|
||||
helper(['form']);
|
||||
//filter_fields에 해당하는 값이 있을 경우 정의
|
||||
foreach ($this->getFilterFields() as $field) {
|
||||
$value = $this->request->getVar($field);
|
||||
if ($value) {
|
||||
$this->$field = $value;
|
||||
}
|
||||
}
|
||||
$this->setFilterValues();
|
||||
//기존 Entity 가져오기
|
||||
$entity = $this->getService()->getEntity($uid);
|
||||
if (!$entity) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user