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