cfmgrv3 init...3
This commit is contained in:
parent
139c40e607
commit
cfd934b265
@ -75,13 +75,6 @@ class FirewallController extends APIController
|
||||
$entity = $api->update($entity, $this->_viewDatas['fieldDatas']);
|
||||
return parent::batchjob_process($entity);
|
||||
}
|
||||
//Sync관련
|
||||
protected function sync_processs($entity)
|
||||
{
|
||||
$api = new Firewall($this->getZoneModel()->getEntity($entity->getParentFieldData()));
|
||||
$entity = $api->sync($entity);
|
||||
return parent::sync_process($entity);
|
||||
}
|
||||
//Index관련
|
||||
private function index_setCondition_builder($builder)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user