* [story#78250,done,0.5h] finish story.

This commit is contained in:
sunguangming
2025-11-11 03:50:25 +00:00
parent 528b34dd24
commit aa4e7d6fc2
5 changed files with 6 additions and 3 deletions
+1
View File
@@ -172,6 +172,7 @@ formPanel
set::control(array("control" => "picker","multiple" => true)),
set::name('group[]'),
set::items($groupList),
set::required(strpos($this->config->user->create->requiredFields, 'group') !== false),
set::placeholder($lang->user->placeholder->group)
)
) : null,