* [bug#60690] Add the label of users and groups for doc history.
This commit is contained in:
@@ -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)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user