mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-3801] Added source linking tool and updated content services docs (#4037)
* [ADF-3801] Added source linking tool * [ADF-3801] Added source links to doc files
This commit is contained in:
committed by
Eugenio Romano
parent
164abecc06
commit
4b68c98007
@@ -43,7 +43,7 @@ function searchItemsRecursively(item) {
|
||||
|
||||
|
||||
function interestedIn(itemKind) {
|
||||
return itemKind === 128;
|
||||
return (itemKind === 128) || (itemKind === 256);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user