cfmgrv4 init...2
This commit is contained in:
parent
077960ff8d
commit
b21f1db3cd
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user