mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-21 18:09:20 +00:00
Merged HEAD-BUG-FIX (4.3/Cloud) to HEAD (4.3/Cloud)
66631: Merged WAT2 (4.3/Cloud) to HEAD-BUG-FIX (4.3/Cloud) 64868: Made sites.get work the same way as livesearch, use findSites to do a 'contains' search instead of listSites to do a canned query ACE-1072 git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@66712 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -5,6 +5,7 @@ function main()
|
||||
var sitePreset = args["spf"];
|
||||
var sizeString = args["size"];
|
||||
|
||||
if (nameFilter[0] !== '*') nameFilter = "*" + nameFilter;
|
||||
// Get the list of sites
|
||||
var sites = siteService.getSites(nameFilter, sitePreset, sizeString != null ? parseInt(sizeString) : -1);
|
||||
model.sites = sites;
|
||||
|
Reference in New Issue
Block a user