cfmgrv4 init...2

This commit is contained in:
최준흠 2024-10-14 14:18:32 +09:00
parent 077960ff8d
commit b21f1db3cd

View File

@ -100,7 +100,7 @@ class UserSNSController extends AdminController
$this->field_rules = $this->getModel()->getFieldRules($this->action, $this->fields);
$this->filter_fields = [$this->getModel()::PARENT, 'status'];
$this->field_options = $this->getFormFieldOptions($this->filter_fields);
$this->batchjob_fields = ['status'];
$this->batchjob_fields = [];
return $this->list_procedure();
}
// Download
@ -111,7 +111,7 @@ class UserSNSController extends AdminController
$this->field_rules = $this->getModel()->getFieldRules($this->action, $this->fields);
$this->filter_fields = [$this->getModel()::PARENT, 'status'];
$this->field_options = $this->getFormFieldOptions($this->filter_fields);
$this->batchjob_fields = ['status'];
$this->batchjob_fields = [];
return $this->download_procedure($output_type, $uid);
}
}