* [bug #56130, done, 0.2h] change acl control to disabled in mine space.

This commit is contained in:
sunhao
2024-10-17 08:17:02 +08:00
committed by 刘刚
parent 6cd0215f9d
commit 95c5d02c42
+2 -1
View File
@@ -81,10 +81,11 @@ formPanel
set::label($lang->doclib->control),
radioList
(
setClass($objectType == 'mine' ? 'pointer-events-none' : ''),
set::name('acl'),
set::items($lang->doc->aclList),
set::value(isset($doc) ? $doc->acl : 'private'),
on::change('toggleWhiteList')
$objectType == 'mine' ? on::change('toggleWhiteList') : null
)
),
formGroup