* [story#71474] hide short for doc and api.

This commit is contained in:
qixinzhi
2025-03-10 10:00:22 +08:00
committed by 刘刚
parent 65526205f3
commit 28b7b19b1d
+3 -3
View File
@@ -74,7 +74,7 @@ formPanel
$module->type != 'line' ? formGroup
(
set::className('moduleBox ', $hidden ? 'hidden' : ''),
set::label(($type == 'doc' or $type == 'api') ? $lang->tree->parentCate : $lang->tree->parent),
set::label(($type == 'doc' || $type == 'api') ? $lang->tree->parentCate : $lang->tree->parent),
picker
(
set::name('parent'),
@@ -102,7 +102,7 @@ formPanel
set::items($users)
)
) : null,
formGroup
($type !== 'doc' && $type !== 'api') ? formGroup
(
set::label($lang->tree->short),
inputControl
@@ -113,5 +113,5 @@ formPanel
set::value($module->short)
)
)
)
) : null
);