add subtitle for multiselect
This commit is contained in:
Родитель
59f34ae1d3
Коммит
9afc1d534b
|
@ -221,6 +221,7 @@ class UserGroupClass implements \JsonSerializable {
|
|||
'emailAddress' => $this->getEmailAddress(),
|
||||
'language' => $this->getLanguage(),
|
||||
'desc' => $this->getDescription(),
|
||||
'subtitle' => $this->getDescription(),
|
||||
'icon' => $this->getIcon(),
|
||||
'categories' => $this->getCategories(),
|
||||
'isNoUser' => $this->getIsNoUser(),
|
||||
|
|
Загрузка…
Ссылка в новой задаче