Merge branch 'sprint/207_mayue_bug#24580' into 'master'
* Fix bug #24580. See merge request easycorp/zentaopms!4251
This commit is contained in:
@@ -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')
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user