Merge branch 'sprint/207_mayue_bug#24580' into 'master'

* Fix bug #24580.

See merge request easycorp/zentaopms!4251
This commit is contained in:
李玉春
2022-06-30 03:04:10 +00:00
+1 -1
View File
@@ -50,7 +50,7 @@ function toggleAcl(acl, type)
var notice = typeof(noticeAcl[libType][acl]) != 'undefined' ? noticeAcl[libType][acl] : '';
$('#noticeAcl').html(notice);
if((libType == 'custom' || libType == 'api') && acl == 'private') $('#whiteListBox').addClass('hidden');
if((libType == 'custom' || libType == 'api' || libType == 'book') && acl == 'private') $('#whiteListBox').addClass('hidden');
if(libType == 'project' && typeof(doclibID) != 'undefined')
{