dbmsv2 init...1
This commit is contained in:
parent
eb25c8291a
commit
0dcd8a0740
@ -127,7 +127,7 @@ abstract class CommonController extends BaseController
|
|||||||
$this->_control['filter_optons'][$field][$option->getPK()] = $option;
|
$this->_control['filter_optons'][$field][$option->getPK()] = $option;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
//Paramter로 전달된 Filter Options용 기본값 정의용
|
//Paramter로 전달되거나 해당 필드의 기본값 정의용
|
||||||
$this->_control['default_values'] = [];
|
$this->_control['default_values'] = [];
|
||||||
foreach ($this->getControlDatas('actionFilters') as $field) {
|
foreach ($this->getControlDatas('actionFilters') as $field) {
|
||||||
$this->setDefaultValue($field, $this->request->getVar($field));
|
$this->setDefaultValue($field, $this->request->getVar($field));
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user