* [bug #56825, done, 0.3h] check priv before show api structs and release views.

This commit is contained in:
sunhao
2024-11-13 17:28:32 +08:00
committed by 丁永亮
parent 96db8da2c9
commit d32f43efc6
4 changed files with 26 additions and 18 deletions
+2
View File
@@ -26,6 +26,8 @@ $privs['addModule'] = hasPriv('doc', 'addCatalog');
$privs['deleteModule'] = hasPriv('doc', 'deleteCatalog');
$privs['editModule'] = hasPriv('doc', 'editCatalog');
$privs['sortModule'] = hasPriv('doc', 'sortCatalog');
$privs['releases'] = hasPriv('api', 'releases');
$privs['struct'] = hasPriv('api', 'struct');
docApp
(