mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Doc Summary dashlet now doesn't show working copies
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@10044 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -43,7 +43,8 @@ function getDocs(siteId, filter)
|
||||
var query = "+TYPE:\"{http://www.alfresco.org/model/content/1.0}content\" +PATH:\"" +
|
||||
path + "\" +@cm\\:modified:[" + fromQuery + "T00\\:00\\:00 TO " +
|
||||
toQuery + "T23\\:59\\:59]" +
|
||||
"-TYPE:\"{http://www.alfresco.org/model/content/1.0}thumbnail\"";
|
||||
"-TYPE:\"{http://www.alfresco.org/model/content/1.0}thumbnail\"" +
|
||||
"-ASPECT:\"{http://www.alfresco.org/model/content/1.0}workingcopy\"";
|
||||
|
||||
if (logger.isLoggingEnabled())
|
||||
logger.log("docsummary query = " + query);
|
||||
|
Reference in New Issue
Block a user