* [bug#60690] Add the label of users and groups for doc history.

This commit is contained in:
xieqiyu
2025-03-26 11:53:53 +08:00
committed by 代婷婷
parent 44066f288f
commit 640769d9f3
5 changed files with 10 additions and 2 deletions
+2 -2
View File
@@ -129,7 +129,7 @@ formPanel
inputGroup
(
setClass('w-full'),
$lang->doc->groups,
$lang->doc->groupLabel,
picker
(
set::name('groups[]'),
@@ -143,7 +143,7 @@ formPanel
setClass('w-full'),
userPicker
(
set::label($lang->doc->users),
set::label($lang->doc->userLabel),
set::items($users),
set::value(isset($doc) ? $doc->users : null)
)