03-27-2009 05:08 PM
Wrapped Exception (with status template): Failed to execute script '/org/alfresco/slingshot/documentlibrary/doclist.get.js (in classpath store file:/data-1/Alfresco/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/templates/webscripts)': Node does not exist: workspace://SpacesStore/…
04-29-2009 11:19 AM
04-30-2009 11:56 AM
04-30-2009 02:52 PM
03300009 Wrapped Exception (with status template): 03300008 Failed to execute script '/org/alfresco/slingshot/documentlibrary/doclist.get.js (in classpath store file:/data-1/Alfresco/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/templates/webscripts)': Node does not exist: workspace://SpacesStore/9399a8c9-7443-4de2-8c26-d056ba3e8a12
04-30-2009 05:07 PM
05-04-2009 10:06 AM
05-11-2009 11:43 AM
05-11-2009 11:56 AM
// Ensure folders and folderlinks appear at the top of the list
folderAssets = new Array();
documentAssets = new Array();
for each(asset in allAssets)
{
try
{
if (asset.isContainer || asset.type == "{http://www.alfresco.org/model/application/1.0}folderlink")
{
folderAssets.push(asset);
}
else
{
documentAssets.push(asset);
}
}
catch (e)
{
// Possibly an old indexed node - ignore it
}
}
assets = folderAssets.concat(documentAssets);
08-04-2009 04:00 PM
10-27-2009 05:13 PM
11-23-2009 02:12 PM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.