updates for page management
This commit is contained in:
parent
9d1ac821fc
commit
dd82f54424
2 changed files with 7 additions and 2 deletions
|
@ -27,5 +27,8 @@ var processDataGetterUtils = {
|
|||
}
|
||||
|
||||
return contentType;
|
||||
},
|
||||
isRelatedToBrowseClassGroup:function(contentType) {
|
||||
return (contentType == "browseClassGroup" || contentType == "internalClass");
|
||||
}
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue