fix: [user:rearrangeForAPI] Fixed support of metafields
parent
2915ced971
commit
25e63b710a
|
@ -54,7 +54,7 @@ class User extends AppModel
|
|||
if (!empty($this->tags)) {
|
||||
$this->tags = $this->rearrangeTags($this->tags);
|
||||
}
|
||||
if (!empty($this->meta_fields)) {
|
||||
if (!empty($this->meta_fields) || !empty($this->MetaTemplates)) {
|
||||
$this->rearrangeMetaFields($options);
|
||||
}
|
||||
if (!empty($this->user_settings_by_name)) {
|
||||
|
|
Loading…
Reference in New Issue