* Fix bug #40600.
This commit is contained in:
@@ -271,7 +271,7 @@ $(function()
|
||||
if(item.type == 'apiDoc' && release) item.hasAction = false;
|
||||
if(typeof item.hasAction == 'undefined') item.hasAction = true;
|
||||
if(typeof item.active == 'undefined') item.active = 0;
|
||||
if(typeof docID != 'undefined' && item.id == docID && item.type == 'doc') item.active = 1;
|
||||
if(typeof docID != 'undefined' && item.id == docID && item.type != 'lib') item.active = 1;
|
||||
if(['text', 'word', 'ppt', 'excel', 'attachment'].indexOf(item.type) !== -1) item.hasAction = false;
|
||||
|
||||
var objectType = config.currentModule == 'api' && ['project', 'product', 'execution'].indexOf(item.objectType) === false ? item.objectType : item.type;
|
||||
|
||||
Reference in New Issue
Block a user